Show / Hide Table of Contents

    Class BlobStorage

    Inheritance
    System.Object
    BlobStorage
    Namespace: Hyperledger.Indy.BlobStorageApi
    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
    Type Description
    System.Threading.Tasks.Task<BlobStorageReader>

    OpenWriterAsync(String, String)

    Declaration
    public static Task<BlobStorageWriter> OpenWriterAsync(string type, string configJson)
    Parameters
    Type Name Description
    System.String type
    System.String configJson
    Returns
    Type Description
    System.Threading.Tasks.Task<BlobStorageWriter>
    Back to top Copyright © 2017 The Linux Foundation®