BinaryDataStorageInfo
Namespace: TagBites.IO.Storages
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Provides an information about IBinaryDataStorage.
public class BinaryDataStorageInfoInheritance: object → BinaryDataStorageInfo
Properties
Section titled “Properties”Storage code.
public string Code { get; }Property Value
Section titled “Property Value”Prefix
Section titled “Prefix”Gets storages prefix.
public string Prefix { get; }Property Value
Section titled “Property Value”Storage
Section titled “Storage”Gets storage instance.
public IBinaryDataStorage Storage { get; }