FeedResponse Class
Updated: June 30, 2017
Represents the template class used by feed methods (enumeration operations) for the Azure DocumentDB database service.
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
| Name | Description | |
|---|---|---|
![]() | FeedResponse | Constructor exposed for mocking purposes. |
![]() | FeedResponse | Constructor exposed for mocking purposes. |
| Name | Description | |
|---|---|---|
![]() | Gets the activity ID for the request from the Azure DocumentDB database service. | |
![]() | Gets the maximum quota for collection resources within an account from the Azure DocumentDB database service. | |
![]() | Gets the maximum size of a collection in kilobytes from the Azure DocumentDB database service. | |
![]() | Gets the current size of a collection in kilobytes from the Azure DocumentDB database service. | |
![]() | Gets the current number of collection resources within the account from the Azure DocumentDB database service. | |
![]() | Gets the content parent location, for example, dbs/foo/colls/bar, from the Azure DocumentDB database service. | |
![]() | Gets the number of items returned in the response from the Azure DocumentDB database service. | |
![]() | Gets the current size of this entity from the Azure DocumentDB database service. | |
![]() | Gets the maximum quota for database resources within the account from the Azure DocumentDB database service. | |
![]() | Gets the current number of database resources within the account from the Azure DocumentDB database service. | |
![]() | Gets the entity tag associated with last transaction in the Azure DocumentDB database service, which can be used as If-Non-Match Access condition for ReadFeed REST request or ContinuationToken property of ChangeFeedOptions parameter for CreateDocumentChangeFeedQuery to get feed changes since the transaction specified by this entity tag. | |
![]() | Gets the flag associated with the response from the Azure DocumentDB database service whether this feed request is served from Request Units(RUs)/minute capacity or not. | |
![]() | Gets the maximum size limit for this entity from the Azure DocumentDB database service. | |
![]() | Gets the maximum quota for permission resources within an account from the Azure DocumentDB database service. | |
![]() | Gets the current number of permission resources within the account from the Azure DocumentDB database service. | |
![]() | Get QueryMetrics for each individual partition in the Azure DocumentDB database service | |
![]() | Gets the request charge for this request from the Azure DocumentDB database service. | |
![]() | Gets the continuation token to be used for continuing enumeration of the Azure DocumentDB database service. | |
![]() | Gets the response headers from the Azure DocumentDB database service. | |
![]() | Gets the session token for use in sesssion consistency reads from the Azure DocumentDB database service. | |
![]() | Gets the maximum quota of stored procedures for a collection from the Azure DocumentDB database service. | |
![]() | Gets the current number of stored procedures for a collection from the Azure DocumentDB database service. | |
![]() | Gets the maximum quota of triggers for a collection from the Azure DocumentDB database service. | |
![]() | Get the current number of triggers for a collection from the Azure DocumentDB database service. | |
![]() | Gets the maximum quota of user defined functions for a collection from the Azure DocumentDB database service. | |
![]() | Gets the current number of user defined functions for a collection from the Azure DocumentDB database service. | |
![]() | Gets the maximum quota for user resources within an account from the Azure DocumentDB database service. | |
![]() | Gets the current number of user resources within the account from the Azure DocumentDB database service. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection from the Azure DocumentDB database service. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | IsDefined | Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.) |
![]() | IsNull | Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.) |
![]() | IsPrimitive | Determines if a certain property is of premitive JSON type. (Defined by TypeCheckFunctionsExtensions.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




