| Package | Description | 
|---|---|
| com.microsoft.azure.storage.table | 
 This package contains the storage service table classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TablePayloadFormat | 
TableRequestOptions.getTablePayloadFormat()
Gets the  
TablePayloadFormat to be used. | 
static TablePayloadFormat | 
TablePayloadFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TablePayloadFormat[] | 
TablePayloadFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static TableServiceException | 
TableServiceException.generateTableServiceException(RequestResult res,
                             TableOperation op,
                             InputStream inStream,
                             TablePayloadFormat format)
Reserved for internal use. 
 | 
void | 
TableRequestOptions.setTablePayloadFormat(TablePayloadFormat payloadFormat)
Sets the  
TablePayloadFormat to be used. | 
| Constructor and Description | 
|---|
TableServiceException(int httpStatusCode,
                     String message,
                     TableOperation operation,
                     Reader reader,
                     TablePayloadFormat format)
Reserved for internal use. 
 | 
Copyright © 2019. All rights reserved.