OperationResultInfoBaseResource interface

Base class for operation result info.

Extends

Properties

operation

OperationResultInfoBaseResource operation

Inherited Properties

headers

HTTP headers associated with this operation.

statusCode

HTTP Status Code of the operation.

Property Details

operation

OperationResultInfoBaseResource operation

operation?: OperationResultInfoBaseUnion

Property Value

Inherited Property Details

headers

HTTP headers associated with this operation.

headers?: {[propertyName: string]: string[]}

Property Value

{[propertyName: string]: string[]}

Inherited From OperationWorkerResponse.headers

statusCode

HTTP Status Code of the operation.

statusCode?: HttpStatusCode

Property Value

Inherited From OperationWorkerResponse.statusCode