Gets or sets the next row key for
ITableEntity enumeration operations.
Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As TableContinuationToken
Dim value As String
value = instance.NextRowKey
instance.NextRowKey = value |
Syntax
Visual Basic |
---|
Public Property NextRowKey As String |
C# |
---|
public string NextRowKey { get; set; } |
C++ |
---|
public:
property String^ NextRowKey {
String^ get ();
void set (String^ value);
} |
J# |
---|
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_NextRowKey ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_NextRowKey (String value)
|
JScript |
---|
CompilerGeneratedAttribute
public function get NextRowKey () : String
CompilerGeneratedAttribute
public function set NextRowKey (value : String)
|
Property Value
A string containing the next row key.
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