Package version:

Class ChangeFeedIteratorResponse<T>

A single response page from the Azure Cosmos DB Change Feed

Type Parameters

  • T

Properties

count: number

Gets the number of items returned in the response from Azure Cosmos DB

diagnostics: CosmosDiagnostics

Cosmos Diagnostic Object.

headers: CosmosHeaders

Response headers of the response from Azure Cosmos DB

result: T

Gets the items returned in the response from Azure Cosmos DB

statusCode: number

Gets the status code of the response from Azure Cosmos DB

subStatusCode?: number

Gets the subStatusCodes of the response from Azure Cosmos DB. Useful in partition split or partition gone.

Accessors