TablePayloadFormat Class

Specifies the accepted content type of the response payload. More information can be found here: https://msdn.microsoft.com/en-us/library/azure/dn535600.aspx

Inheritance
builtins.object
TablePayloadFormat

Constructor

TablePayloadFormat()

Attributes

JSON_FULL_METADATA

Returns minimal type information for the entity properties plus some extra odata properties.

JSON_FULL_METADATA = 'application/json;odata=fullmetadata'

JSON_MINIMAL_METADATA

Returns minimal type information for the entity properties.

JSON_MINIMAL_METADATA = 'application/json;odata=minimalmetadata'

JSON_NO_METADATA

Returns no type information for the entity properties.

JSON_NO_METADATA = 'application/json;odata=nometadata'