Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

TableQuerySegment Class (Microsoft.WindowsAzure.Storage.Table)

Represents a table query segment.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Table.::..TableQuerySegment

Syntax

 
public sealed class TableQuerySegment : IEnumerable<DynamicTableEntity>, 
	IEnumerable
 
public ref class TableQuerySegment sealed : IEnumerable<DynamicTableEntity^>, 
	IEnumerable
 
[<Sealed>]
type TableQuerySegment = 
    class
        interface IEnumerable<DynamicTableEntity>
        interface IEnumerable
    end
 
Public NotInheritable Class TableQuerySegment
	Implements IEnumerable(Of DynamicTableEntity), IEnumerable

Properties

NameDescription
System_CAPS_pubpropertyContinuationTokenContinuationTokenContinuationTokenContinuationToken

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

System_CAPS_pubpropertyResultsResultsResultsResults

Gets an enumerable collection of results.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()()()()

Returns an enumerator that iterates through the DynamicTableEntity collection.

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Explicit Interface Implementations

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable.::..GetEnumerator()()()()

Returns an enumerator that iterates through a collection.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top