Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

TableQuerySegment(TElement) Class (Microsoft.WindowsAzure.Storage.Table)

Represents a segment of results and contains continuation token information.

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

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Table.::..TableQuerySegment<TElement><TElement><'TElement>(Of TElement)

Syntax

 
public class TableQuerySegment<TElement> : IEnumerable<TElement>, 
	IEnumerable
 
generic<typename TElement>
public ref class TableQuerySegment : IEnumerable<TElement>, IEnumerable
 
type TableQuerySegment<'TElement> = 
    class
        interface IEnumerable<'TElement>
        interface IEnumerable
    end
 
Public Class TableQuerySegment(Of TElement)
	Implements IEnumerable(Of TElement), IEnumerable

Type Parameters

TElement

The type of the result that the segment contains.

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_protmethodFinalize()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()()()()

Returns an enumerator that iterates through the TableQuerySegment<TElement><TElement><'TElement>(Of TElement).

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Explicit Interface Implementations

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