Interface IStorageContext
This class contains properties related to the storage service interfaces within the application.
Namespace: Talegen.Storage.Net.Core
Assembly: Talegen.Storage.Net.Core.dll
Syntax
public interface IStorageContext
Properties
| Improve this Doc View SourceRootWorkspaceLocalFolderPath
Gets the local folder path representation of the root workspace folder Uri.
Declaration
string RootWorkspaceLocalFolderPath { get; }
Property Value
Type | Description |
---|---|
System.String |
StorageType
Gets the type of the storage.
Declaration
string StorageType { get; }
Property Value
Type | Description |
---|---|
System.String |
UniqueWorkspace
Gets a value indicating whether the storage service shall use a unique workspace sub-folder.
Declaration
bool UniqueWorkspace { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
WorkspaceUri
Gets the root storage workspace URI path.
Declaration
Uri WorkspaceUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |