Interface PatchTimeSeriesWithTimeseriesRequest

interface PatchTimeSeriesWithTimeseriesRequest {
    createAsLrts?: boolean;
    overrideProtection?: boolean;
    storeRule?: StoreRule;
    timeSeries: TimeSeries;
    timeseries: string;
    timezone?: string;
    versionDate?: string;
}

Properties

createAsLrts?: boolean
overrideProtection?: boolean
storeRule?: StoreRule
timeSeries: TimeSeries
timeseries: string
timezone?: string
versionDate?: string