Member Junction
    Preparing search index...

    A single time bucket with the count of tags applied within it.

    interface ItemsOverTimeBucket {
        BucketStart: string;
        Count: number;
    }
    Index

    Properties

    Properties

    BucketStart: string

    ISO date string for the start of the bucket (UTC, truncated to the granularity).

    Count: number

    Number of tags applied within this bucket.