IFeedResponse Interface

 

Updated: June 30, 2017

Captures APIs for responses associated with feed methods (enumeration operations) in the Azure DocumentDB database service. Interface exposed for mocking purposes.

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

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

Type Parameters

T

The feed type.

NameDescription
System_CAPS_pubproperty

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

System_CAPS_pubproperty

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

System_CAPS_pubproperty

Maximum size of a collection in the Azure DocumentDB database in kilobytes.

System_CAPS_pubproperty

Current size of a collection in the Azure DocumentDB database in kilobytes.

System_CAPS_pubproperty

The current number of collection resources within the Azure DocumentDB database account.

System_CAPS_pubproperty

The content parent location in the Azure DocumentDB database, for example, dbs/foo/colls/bar

System_CAPS_pubproperty

Gets the number of items returned in the response associated with the feed operations for the Azure DocumentDB database service.

System_CAPS_pubproperty

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

System_CAPS_pubproperty

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

System_CAPS_pubproperty

The current number of database resources within the Azure DocumentDB database account.

System_CAPS_pubproperty

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

System_CAPS_pubproperty

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

System_CAPS_pubproperty

The current number of permission resources within the Azure DocumentDB database account.

System_CAPS_pubproperty

Gets the request charge for the Azure DocumentDB database account for this request

System_CAPS_pubproperty

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

System_CAPS_pubproperty

Gets the response headers.

System_CAPS_pubproperty

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

System_CAPS_pubproperty

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

System_CAPS_pubproperty

The current number of stored procedures for a collection in the Azure DocumentDB database service.

System_CAPS_pubproperty

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

System_CAPS_pubproperty

The current number of triggers for a collection in the Azure DocumentDB database service.

System_CAPS_pubproperty

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

System_CAPS_pubproperty

The current number of user defined functions for a collection in the Azure DocumentDB database service.

System_CAPS_pubproperty

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

System_CAPS_pubproperty

The current number of user resources within the Azure DocumentDB database account.

NameDescription
System_CAPS_pubmethodGetEnumerator

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

Return to top
Show: