Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents a result segment that was retrieved from the total set of possible results.

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

Inheritance Hierarchy

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

Syntax

 
public class ResultSegment<TElement>
 
generic<typename TElement>
public ref class ResultSegment 
 
type ResultSegment<'TElement> = class end
 
Public Class ResultSegment(Of TElement)

Type Parameters

TElement

The type of the element returned in the result segment.

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

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

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