Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TableInsertEntityHeaders

Package version

Defines headers for Table_insertEntity operation. Defines headers for Table_insertEntity operation.

Hierarchy

  • TableInsertEntityHeaders

Index

Properties

Optional clientRequestId

clientRequestId: undefined | string

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

Optional contentType

contentType: undefined | string

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

Optional date

date: Date

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

Optional etag

etag: undefined | string

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

Optional preferenceApplied

preferenceApplied: undefined | string

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. 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.

Optional requestId

requestId: undefined | string

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

Optional version

version: undefined | string

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. 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.

Generated using TypeDoc