Skip to content
Auto
Products

BinaryDataStorageInfo

Namespace: TagBites.IO.Storages
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0

Provides an information about IBinaryDataStorage.

public class BinaryDataStorageInfo

Inheritance: object → BinaryDataStorageInfo

Storage code.

public string Code { get; }

string

Gets storages prefix.

public string Prefix { get; }

string

Gets storage instance.

public IBinaryDataStorage Storage { get; }

IBinaryDataStorage