OINO TS
    Preparing search index...

    Type Alias OINOBlobParams

    Blob storage connection parameters

    type OINOBlobParams = {
        container: string;
        credentials?: any;
        type: string;
    }
    Index

    Properties

    container: string

    Container / bucket name

    credentials?: any

    Provider-specific credentials (e.g. Azure Storage connection string or SAS URL)

    type: string

    Name of the blob class (e.g. OINOBlobAzure)