Databricks SDK for JavaScript
    Preparing search index...

    An OnlineStore is a logical database instance that stores and serves features online.

    interface OnlineStore {
        capacity?: string;
        creationTime?: Instant;
        creator?: string;
        name?: string;
        readReplicaCount?: number;
        state?: OnlineStore_State;
        usagePolicyId?: string;
    }
    Index

    Properties

    capacity?: string

    The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8".

    creationTime?: Instant

    The timestamp when the online store was created.

    creator?: string

    The email of the creator of the online store.

    name?: string

    The name of the online store. This is the unique identifier for the online store.

    readReplicaCount?: number

    The number of read replicas for the online store. Defaults to 0.

    The current state of the online store.

    usagePolicyId?: string

    The usage policy applied to the online store to track billing.