Avalanche SDK Client
    Preparing search index...

    Type Alias GetIndexReturnType

    Return type for the index.getIndex method.

    type GetIndexReturnType = {
        index: string;
    }
    Index

    Properties

    Properties

    index: string

    The index of the container. The first container accepted is at index 0.