Метод | Описание | |
---|---|---|
Delete ( byte contentIdentifier ) : void | ||
Equals ( IExternalBlobConnection connection ) : bool | ||
FileSystemCasConnection ( string storagePath ) : System | ||
FileSystemCasConnection ( string storagePath, string hashName ) : System | ||
GarbageCollect ( ICollection |
||
GetAllIdentifiersInFolderCreatedBefore ( System.DateTime createdBefore ) : IEnumerable |
||
GetPath ( byte contentIdentifier ) : string | ||
OpenReader ( byte contentIdentifier ) : Stream | ||
OpenWriter ( ) : ExternalBlobWriter |
Метод | Описание | |
---|---|---|
ContainsIdentifier ( IEnumerable |
||
CreateFolder ( byte contentIdentifier ) : void | ||
CreateIdentifier ( byte firstByte, byte secondByte, string file ) : byte[] | ||
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 ( ICollection |
||
livingBlobIdentifiers | ICollection |
|
createdBefore | System.DateTime | |
Результат | void |
public GetAllIdentifiersInFolderCreatedBefore ( System.DateTime createdBefore ) : IEnumerable |
||
createdBefore | System.DateTime | |
Результат | IEnumerable |
public GetPath ( byte contentIdentifier ) : string | ||
contentIdentifier | byte | |
Результат | string |
public OpenReader ( byte contentIdentifier ) : Stream | ||
contentIdentifier | byte | |
Результат | Stream |
public OpenWriter ( ) : ExternalBlobWriter | ||
Результат | ExternalBlobWriter |