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 Field | Description |
path
Signature: string
Modifiers: mutable |
|
store
Signature: ICloudFileStore
Modifiers: mutable |
Constructors
Constructor | Description |
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: |
Instance members
Instance member | Description |
LastModifiedTime
Signature: DateTimeOffset
|
Gets the last modified time of directory CompiledName: |
Path
Signature: string
|
Gets path to directory CompiledName: |
StoreId
Signature: string
|
Gets a unique store identifier CompiledName: |