TableQuerySegment<TElement> Class

Definition

Represents a segment of results and contains continuation token information.

public class TableQuerySegment<TElement> : System.Collections.Generic.IEnumerable<TElement>
type TableQuerySegment<'Element> = class
    interface seq<'Element>
    interface IEnumerable
Public Class TableQuerySegment(Of TElement)
Implements IEnumerable(Of TElement)

Type Parameters

TElement

The type of the result that the segment contains.

Inheritance
TableQuerySegment<TElement>
Implements

Properties

ActivityId

Gets the ActivityId returned from the TableQuery request results, only applied for Cosmos Table Endpoints.

ContinuationToken

Gets a continuation token to use to retrieve the next set of results with a subsequent call to the operation.

RequestCharge

Gets the Request Charge returned from the TableQuery request results, only applied for Cosmos Table Endpoints.

Results

Gets an enumerable collection of results.

Methods

GetEnumerator()

Returns an enumerator that iterates through the TableQuerySegment<TElement>.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to