Limits and usage for a stream

interface StreamLimitSettings {
    maxFilteringInterval?: string;
    maxGigaBytesTotal: StreamLimit;
    maxRecordsTotal: StreamLimit;
}

Properties

maxFilteringInterval?: string

Maximum length of time that the lastUpdatedTime filter can retrieve records for

maxGigaBytesTotal: StreamLimit

Maximum amount of data that can be stored in the stream, in gigabytes

maxRecordsTotal: StreamLimit

Maximum number of records that can be stored in the stream