Represents a segment of
IListFileItem results, with continuation information for pagination scenarios.
Namespace: Microsoft.WindowsAzure.Storage.File
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As FileResultSegment
|
Syntax
Visual Basic |
---|
Public NotInheritable Class FileResultSegment |
C# |
---|
public sealed class FileResultSegment |
C++ |
---|
public ref class FileResultSegment sealed |
J# |
---|
public final class FileResultSegment |
JScript |
---|
public final class FileResultSegment |
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Storage.File.FileResultSegment
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.
Platforms
See Also