The GetRowsRequest type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| GetRowsRequest | Initializes a new instance of the GetRowsRequest class |
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Cached |
Gets or sets a value used to indicate if the rows read should be retrieved from short-lived cache state in the service (true), or read directly from the Azure table.
| |
| ClientID |
Gets or sets the identifier of the client.
| |
| LastKnownRowTime |
Gets or sets the last known row timestamp (in ticks UTC) for the client making the request.
| |
| MeetingToken |
Gets or sets the meeting token of the session.
| |
| SessionID |
Gets or sets the session ID of the session.
| |
| TimeOut |
Gets or sets a timeout value (in ms) the service should hold the call for in a long poll.
|
See Also