TableInsertEntityHeaders interface

Defines headers for Table_insertEntity operation.

Properties

clientRequestId

If a client request id header is sent in the request, this header will be present in the response with the same value.

contentType

Indicates the content type of the payload. The value depends on the value specified for the Accept request header.

date

UTC date/time value generated by the service that indicates the time at which the response was initiated.

etag

UTC date/time value generated by the service that indicates the time at which the entity was last updated.

preferenceApplied

Indicates whether the Prefer request header was honored. If the response does not include this header, then the Prefer header was not honored. If this header is returned, its value will either be return-content or return-no-content.

requestId

This header uniquely identifies the request that was made and can be used for troubleshooting the request.

version

Indicates the version of the Table service used to execute the request. This header is returned for requests made against version 2009-09-19 and above.

Property Details

clientRequestId

If a client request id header is sent in the request, this header will be present in the response with the same value.

clientRequestId?: string

Property Value

string

contentType

Indicates the content type of the payload. The value depends on the value specified for the Accept request header.

contentType?: string

Property Value

string

date

UTC date/time value generated by the service that indicates the time at which the response was initiated.

date?: Date

Property Value

Date

etag

UTC date/time value generated by the service that indicates the time at which the entity was last updated.

etag?: string

Property Value

string

preferenceApplied

Indicates whether the Prefer request header was honored. If the response does not include this header, then the Prefer header was not honored. If this header is returned, its value will either be return-content or return-no-content.

preferenceApplied?: string

Property Value

string

requestId

This header uniquely identifies the request that was made and can be used for troubleshooting the request.

requestId?: string

Property Value

string

version

Indicates the version of the Table service used to execute the request. This header is returned for requests made against version 2009-09-19 and above.

version?: string

Property Value

string