Class TextFilePropertyStoreOptions
The options for the TextFilePropertyStore
Inherited Members
Namespace:FubarDev.WebDavServer.Props.Store.TextFile
Assembly:FubarDev.WebDavServer.Props.Store.TextFile.dll
Syntax
public class TextFilePropertyStoreOptions
Properties
| Improve this Doc View SourceEstimatedCost
Gets or sets the default estimated cost for querying the dead properties values
Declaration
public int EstimatedCost { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
RootFolder
Gets or sets the root folder where the properties are stored
Declaration
public string RootFolder { get; set; }
Property Value
Type | Description |
---|---|
String |
StoreInTargetFileSystem
Gets or sets a value indicating whether the properties are stored in the same place as the file system that's accessible to the user.
Declaration
public bool StoreInTargetFileSystem { get; set; }
Property Value
Type | Description |
---|---|
Boolean |