Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

ShareResultSegment Class (Microsoft.WindowsAzure.Storage.File)

Represents a segment of CloudFileShare results and contains continuation and pagination information.

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

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.File.::..ShareResultSegment

Syntax

 
public sealed class ShareResultSegment
 
public ref class ShareResultSegment sealed 
 
[<Sealed>]
type ShareResultSegment = class end
 
Public NotInheritable Class ShareResultSegment

Properties

NameDescription
System_CAPS_pubpropertyContinuationTokenContinuationTokenContinuationTokenContinuationToken

Gets the FileContinuationToken object used to retrieve the next segment of CloudFileShare results.

System_CAPS_pubpropertyResultsResultsResultsResults

Gets an enumerable collection of CloudFileShare results.

Methods

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

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(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