MBrace.AWS


S3Path

Namespace: MBrace.AWS.Runtime.Utilities
Parent Module: S3Utils

Record Fields

Record FieldDescription
Bucket
Signature: string
Key
Signature: string

Instance members

Instance memberDescription
FullPath
Signature: string

CompiledName: get_FullPath

IsBucket
Signature: bool

CompiledName: get_IsBucket

IsObject
Signature: bool

CompiledName: get_IsObject

IsRoot
Signature: bool

CompiledName: get_IsRoot

Static members

Static memberDescription
Combine(paths)
Signature: (paths:string []) -> string
GetDirectoryName(path)
Signature: path:string -> string
GetFileName(path)
Signature: path:string -> string
GetFolderName(path)
Signature: path:string -> string
Normalize(path)
Signature: path:string -> string
Parse(...)
Signature: (path:string * forceKeyNameGuidelines:bool option * asDirectory:bool option) -> S3Path
TryParse(...)
Signature: (path:string * forceKeyNameGuidelines:bool option * asDirectory:bool option) -> S3Path option
Fork me on GitHub