IFeedResponse<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Captures APIs for responses associated with feed methods (enumeration operations) in the Azure Cosmos DB service. Interface exposed for mocking purposes.
public interface IFeedResponse<T>
type IFeedResponse<'T> = interface
Public Interface IFeedResponse(Of T)
Type Parameters
- T
The feed type.
- Derived
Properties
ActivityId |
Gets the activity ID for the request in the Azure Cosmos DB service. |
CollectionQuota |
Gets the maximum quota for collection resources within the Azure Cosmos DB database account. |
CollectionSizeQuota |
Maximum size of a collection in the Azure Cosmos DB database in kilobytes. |
CollectionSizeUsage |
Current size of a collection in the Azure Cosmos DB database in kilobytes. |
CollectionUsage |
The current number of collection resources within the Azure Cosmos DB database account. |
ContentLocation |
The content parent location in the Azure Cosmos DB database, for example, dbs/foo/colls/bar |
Count |
Gets the number of items returned in the response associated with the feed operations for the Azure Cosmos DB service. |
CurrentResourceQuotaUsage |
Gets the current size of this entity in the Azure Cosmos DB service. |
DatabaseQuota |
Gets the maximum quota for database resources within the Azure Cosmos DB database account. |
DatabaseUsage |
The current number of database resources within the Azure Cosmos DB database account. |
MaxResourceQuota |
Gets the maximum size limit for this entity in the Azure Cosmos DB service. |
PermissionQuota |
Gets the maximum quota for permission resources within the Azure Cosmos DB database account. |
PermissionUsage |
The current number of permission resources within the Azure Cosmos DB database account. |
RequestCharge |
Gets the request charge for the Azure Cosmos DB database account for this request |
ResponseContinuation |
Gets the continuation token to be used for continuing enumeration in the Azure Cosmos DB service. |
ResponseHeaders |
Gets the response headers. |
SessionToken |
Gets the session token for use in sesssion consistency reads in the Azure Cosmos DB service. |
StoredProceduresQuota |
Gets the maximum quota of stored procedures for a collection in the Azure Cosmos DB service. |
StoredProceduresUsage |
The current number of stored procedures for a collection in the Azure Cosmos DB service. |
TriggersQuota |
Gets the maximum quota of triggers for a collection in the Azure Cosmos DB service. |
TriggersUsage |
The current number of triggers for a collection in the Azure Cosmos DB service. |
UserDefinedFunctionsQuota |
Gets the maximum quota of user defined functions for a collection in the Azure Cosmos DB service. |
UserDefinedFunctionsUsage |
The current number of user defined functions for a collection in the Azure Cosmos DB service. |
UserQuota |
Gets the maximum quota for user resources within the Azure Cosmos DB database account. |
UserUsage |
The current number of user resources within the Azure Cosmos DB database account. |
Methods
GetEnumerator() |
Returns an enumerator that iterates through a collection in the Azure Cosmos DB service. |
Applies to
Azure SDK for .NET