Share via


table_request_options Class

Represents a set of options that may be specified for a request against the Table service.

class table_request_options;

Members

Public Constructors

Name Description

table_request_options::table_request_options Constructor

Overloaded. Initializes a new instance of the azure::storage::table_request_options class.

Public Methods

Name Description

table_request_options::apply_defaults Method

Applies the default set of request options.

table_request_options::payload_format Method

Gets the azure::storage::table_payload_format to use for the request.

table_request_options::set_payload_format Method

Sets the azure::storage::table_payload_format that will be used for the request.

Public Operators

Name Description

table_request_options::operator= Operator

Returns a reference to a table_request_options object.

Inheritance Hierarchy

request_options

table_request_options

Requirements

Header: storage_account.h, table.h

Namespace: azure::storage

See Also

Reference

azure::storage Namespace