Метод | Описание | |
---|---|---|
Delete ( byte contentIdentifier ) : void | ||
Equals ( IExternalBlobConnection connection ) : bool | ||
FileSystemCasConnection ( string storagePath ) : System | ||
FileSystemCasConnection ( string storagePath, string hashName ) : System | ||
GarbageCollect ( IEnumerable |
||
GetPath ( byte contentIdentifier ) : string | ||
OpenReader ( byte contentIdentifier ) : Stream | ||
OpenWriter ( ) : ExternalBlobWriter |
Метод | Описание | |
---|---|---|
CreateFolder ( byte contentIdentifier ) : void | ||
DeleteFolder ( byte contentIdentifier ) : void |
public Delete ( byte contentIdentifier ) : void | ||
contentIdentifier | byte | |
Результат | void |
public Equals ( IExternalBlobConnection connection ) : bool | ||
connection | IExternalBlobConnection | |
Результат | bool |
public FileSystemCasConnection ( string storagePath ) : System | ||
storagePath | string | |
Результат | System |
public FileSystemCasConnection ( string storagePath, string hashName ) : System | ||
storagePath | string | |
hashName | string | |
Результат | System |
public GarbageCollect ( IEnumerable |
||
livingBlobIdentifiers | IEnumerable |
|
Результат | void |
public GetPath ( byte contentIdentifier ) : string | ||
contentIdentifier | byte | |
Результат | string |
public OpenReader ( byte contentIdentifier ) : Stream | ||
contentIdentifier | byte | |
Результат | Stream |
public OpenWriter ( ) : ExternalBlobWriter | ||
Результат | ExternalBlobWriter |