Parameters for retrieving a stream

interface StreamRetrieveParams {
    externalId: string;
    includeStatistics?: boolean;
}

Properties

externalId: string

Stream identifier

includeStatistics?: boolean

If set to true, usage statistics will be returned together with stream settings