public final class ResultContinuation extends Object
ResultSegment
object, such as CloudBlobDirectory.listBlobsSegmented()
.Constructor and Description |
---|
ResultContinuation()
Creates an instance of the
ResultContinuation class. |
Modifier and Type | Method and Description |
---|---|
ResultContinuationType |
getContinuationType()
Gets the type of the continuation token.
|
String |
getNextMarker()
Gets the next marker for continuing results of listing operations.
|
String |
getNextPartitionKey()
Gets the next partition key for
TableServiceEntity enumeration operations. |
String |
getNextRowKey()
Gets the next row key for
TableServiceEntity enumeration operations. |
String |
getNextTableName()
Gets the next table name for Table enumeration operations.
|
StorageLocation |
getTargetLocation()
Gets the location that the token applies to.
|
boolean |
hasContinuation()
Indicates whether continuation information is available.
|
void |
setContinuationType(ResultContinuationType continuationType)
Sets the type of the continuation token.
|
void |
setNextMarker(String nextMarker)
Sets the next marker for continuing results of listing operations.
|
void |
setNextPartitionKey(String nextPartitionKey)
Sets the next partition key for
TableServiceEntity enumeration operations. |
void |
setNextRowKey(String nextRowKey)
Sets the next row key for
TableServiceEntity enumeration operations. |
void |
setNextTableName(String nextTableName)
Sets the next table name for Table enumeration operations.
|
void |
setTargetLocation(StorageLocation targetLocation)
Sets the location that the token applies to.
|
public ResultContinuation()
ResultContinuation
class.public ResultContinuationType getContinuationType()
ResultContinuationType
value.public String getNextMarker()
String
which represents the the next marker.public String getNextPartitionKey()
TableServiceEntity
enumeration operations.String
which represents the the next partition key.public String getNextRowKey()
TableServiceEntity
enumeration operations.String
which represents the the next row key.public String getNextTableName()
String
which represents the the next table name.public StorageLocation getTargetLocation()
StorageLocation
value which indicates the location.public boolean hasContinuation()
true
if any continuation information is available; otherwise false
.public void setContinuationType(ResultContinuationType continuationType)
continuationType
- The ResultContinuationType
value to set.public void setNextMarker(String nextMarker)
nextMarker
- A String
which represents the the next marker to set.public void setNextPartitionKey(String nextPartitionKey)
TableServiceEntity
enumeration operations.nextPartitionKey
- A String
which represents the the next partition key to set.public void setNextRowKey(String nextRowKey)
TableServiceEntity
enumeration operations.nextRowKey
- A String
which represents the the next row key to set.public void setNextTableName(String nextTableName)
nextTableName
- A String
which represents the the next table name to set.public void setTargetLocation(StorageLocation targetLocation)
targetLocation
- A StorageLocation
value which indicates the location to set.Copyright © 2019. All rights reserved.