Show / Hide Table of Contents

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 Source

RootWorkspaceLocalFolderPath

Gets the local folder path representation of the root workspace folder Uri.

Declaration
string RootWorkspaceLocalFolderPath { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

StorageType

Gets the type of the storage.

Declaration
string StorageType { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

WorkspaceUri

Gets the root storage workspace URI path.

Declaration
Uri WorkspaceUri { get; }
Property Value
Type Description
System.Uri
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) Talegen, LLC. All rights reserved.