Interface TimeSeriesIdentifierDescriptors

Export

TimeSeriesIdentifierDescriptors

interface TimeSeriesIdentifierDescriptors {
    descriptors?: TimeSeriesIdentifierDescriptor[];
    nextPage?: string;
    page?: string;
    pageSize?: number;
    total?: number;
}

Properties

Memberof

TimeSeriesIdentifierDescriptors

nextPage?: string

The cursor to the next page of data; null if there is no more data

Memberof

TimeSeriesIdentifierDescriptors

page?: string

The cursor to the current page of data

Memberof

TimeSeriesIdentifierDescriptors

pageSize?: number

The number of records fetched per-page; this may be larger than the number of records actually retrieved

Memberof

TimeSeriesIdentifierDescriptors

total?: number

The total number of records retrieved; null or not present if not supported or unknown

Memberof

TimeSeriesIdentifierDescriptors