Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
CreateFolder ( byte contentIdentifier ) : void | ||
DeleteFolder ( byte contentIdentifier ) : void |
public Delete ( byte contentIdentifier ) : void | ||
contentIdentifier | byte | |
return | void |
public Equals ( IExternalBlobConnection connection ) : bool | ||
connection | IExternalBlobConnection | |
return | bool |
public FileSystemCasConnection ( string storagePath ) : System | ||
storagePath | string | |
return | System |
public FileSystemCasConnection ( string storagePath, string hashName ) : System | ||
storagePath | string | |
hashName | string | |
return | System |
public GarbageCollect ( IEnumerable |
||
livingBlobIdentifiers | IEnumerable |
|
return | void |
public GetPath ( byte contentIdentifier ) : string | ||
contentIdentifier | byte | |
return | string |
public OpenReader ( byte contentIdentifier ) : Stream | ||
contentIdentifier | byte | |
return | Stream |