Table of Contents

Class TableResultSegment

Namespace
Microsoft.Azure.Cosmos.Table
Assembly
Microsoft.Azure.Cosmos.Table.dll
public sealed class TableResultSegment : IEnumerable<CloudTable>, IEnumerable
Inheritance
TableResultSegment
Implements
Inherited Members

Properties

ContinuationToken

public TableContinuationToken ContinuationToken { get; }

Property Value

TableContinuationToken

Results

public IList<CloudTable> Results { get; }

Property Value

IList<CloudTable>

Methods

GetEnumerator()

public IEnumerator<CloudTable> GetEnumerator()

Returns

IEnumerator<CloudTable>