operation_context Class
Represents the context for a request to the Windows Azure storage services, and provides additional runtime information about its execution.
class operation_context;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the operation_context class. |
Public Methods
Name | Description |
---|---|
Gets the client request ID. |
|
Gets the default logging level to be used for subsequently created instances of the azure::storage::operation_context class. |
|
Gets the end time of the operation. |
|
Gets the logging level to be used for an instance of the azure::storage::operation_context class. |
|
Overloaded. Gets the logger object on this op_context. |
|
Gets the set of request results that the current operation has created. |
|
Sets the client request ID. |
|
Sets the default logging level to be used for subsequently created instances of the azure::storage::operation_context class. |
|
Sets the end time of the operation. |
|
Sets the logging level to be used for an instance of the azure::storage::operation_context class. |
|
Sets the logger object on this op_context. |
|
Sets the function that is called when a response is received from the server. |
|
Sets the function to call when sending a request. |
|
Sets the start time of the operation. |
|
Gets the start time of the operation. |
|
Overloaded. Gets or sets additional headers on the request, for example, for proxy or logging information. |
Public Operators
Name | Description |
---|---|
Returns a reference to an operation_context object. |
Inheritance Hierarchy
operation_context
Requirements
Header: common.h, core.h
Namespace: azure::storage