Class BlobStorage
Inheritance
System.Object
BlobStorage
Assembly: Hyperledger.Indy.Sdk.dll
Syntax
public static class BlobStorage : Object
Methods
OpenReaderAsync(String, String)
Declaration
public static Task<BlobStorageReader> OpenReaderAsync(string type, string configJson)
Parameters
Type |
Name |
Description |
System.String |
type |
|
System.String |
configJson |
|
Returns
OpenWriterAsync(String, String)
Declaration
public static Task<BlobStorageWriter> OpenWriterAsync(string type, string configJson)
Parameters
Type |
Name |
Description |
System.String |
type |
|
System.String |
configJson |
|
Returns