MBrace.Core


CloudDirectoryInfo

Namespace: MBrace.Core

Serializable reference to a directory in the cloud store that can be used for accessing contained subdirectories and files.

Record Fields

Record FieldDescription
path
Signature: string
Modifiers: mutable
store
Signature: ICloudFileStore
Modifiers: mutable

Constructors

ConstructorDescription
new(store, path)
Signature: (store:ICloudFileStore * path:string) -> CloudDirectoryInfo

Defines a reference to a cloud directory. This will not create a directory in the local store.

CompiledName: .ctor

Instance members

Instance memberDescription
LastModifiedTime
Signature: DateTimeOffset

Gets the last modified time of directory

CompiledName: get_LastModifiedTime

Path
Signature: string

Gets path to directory

CompiledName: get_Path

StoreId
Signature: string

Gets a unique store identifier

CompiledName: get_StoreId

Fork me on GitHub