FeedResponse Class

 

Updated: June 30, 2017

Represents the template class used by feed methods (enumeration operations) for the Azure DocumentDB database service.

Namespace:   Microsoft.Azure.Documents.Client
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

SystemObject
  Microsoft.Azure.Documents.ClientFeedResponse

No code example is currently available or this language may not be supported.

Type Parameters

T

The feed type.

NameDescription
System_CAPS_pubmethodFeedResponse

Constructor exposed for mocking purposes.

System_CAPS_pubmethodFeedResponse

Constructor exposed for mocking purposes.

NameDescription
System_CAPS_pubproperty

Gets the activity ID for the request from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the maximum quota for collection resources within an account from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the maximum size of a collection in kilobytes from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the current size of a collection in kilobytes from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the current number of collection resources within the account from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the content parent location, for example, dbs/foo/colls/bar, from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the number of items returned in the response from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the current size of this entity from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the maximum quota for database resources within the account from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the current number of database resources within the account from the Azure DocumentDB database service.

System_CAPS_pubproperty

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.

System_CAPS_pubproperty

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.

System_CAPS_pubproperty

Gets the maximum size limit for this entity from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the maximum quota for permission resources within an account from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the current number of permission resources within the account from the Azure DocumentDB database service.

System_CAPS_pubproperty

Get QueryMetrics for each individual partition in the Azure DocumentDB database service

System_CAPS_pubproperty

Gets the request charge for this request from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the continuation token to be used for continuing enumeration of the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the response headers from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the session token for use in sesssion consistency reads from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the maximum quota of stored procedures for a collection from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the current number of stored procedures for a collection from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the maximum quota of triggers for a collection from the Azure DocumentDB database service.

System_CAPS_pubproperty

Get the current number of triggers for a collection from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the maximum quota of user defined functions for a collection from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the current number of user defined functions for a collection from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the maximum quota for user resources within an account from the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets the current number of user resources within the account from the Azure DocumentDB database service.

NameDescription
System_CAPS_pubmethodEquals

(Inherited from Object.)

System_CAPS_protmethodFinalize

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator

Returns an enumerator that iterates through a collection from the Azure DocumentDB database service.

System_CAPS_pubmethodGetHashCode

(Inherited from Object.)

System_CAPS_pubmethodGetType

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone

(Inherited from Object.)

System_CAPS_pubmethodToString

(Inherited from Object.)

NameDescription
System_CAPS_pubmethodIsDefined

Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.)

System_CAPS_pubmethodIsNull

Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.)

System_CAPS_pubmethodIsPrimitive

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.

Return to top
Show: