@sentio/sdk
    Preparing search index...

    Interface MetricConfig

    interface MetricConfig {
        aggregationConfig: undefined | AggregationConfig;
        description: string;
        name: string;
        persistentBetweenVersion: boolean;
        sparse: boolean;
        type: MetricType;
        unit: string;
    }
    Index

    Properties

    aggregationConfig: undefined | AggregationConfig
    description: string
    name: string
    persistentBetweenVersion: boolean
    sparse: boolean
    unit: string