Table of Contents

Class ResultSegment<TElement>

Namespace
Microsoft.Azure.Cosmos.Table
Assembly
Microsoft.Azure.Cosmos.Table.dll
public class ResultSegment<TElement>

Type Parameters

TElement
Inheritance
ResultSegment<TElement>
Inherited Members

Properties

ContinuationToken

public TableContinuationToken ContinuationToken { get; }

Property Value

TableContinuationToken

Results

public List<TElement> Results { get; }

Property Value

List<TElement>