ResultContinuationType Enum

  • java.lang.Object
    • java.lang.Enum<ResultContinuationType>
      • com.microsoft.azure.storage.ResultContinuationType

public enum ResultContinuationType

Specifies the type of a continuation token.

Fields

BLOB

Specifies the token is a blob listing continuation token.

CONTAINER

Specifies the token is a container listing continuation token.

FILE

Specifies the token is a file listing continuation token.

HANDLE

Specifies the token is a handle listing continuation token.

HANDLE_CLOSE

Specifies the token is a handle closing continuation token.

NONE

Specifies no continuation.

QUEUE

Specifies the token is a queue listing continuation token (reserved for future use).

SHARE

Specifies the token is a share listing continuation token.

TABLE

Specifies the token is a table query continuation token (reserved for future use).

Applies to