OperationContext Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property ClientRequestID Gets or sets the client request ID.
public property static DefaultLogLevel Gets or sets the default logging level to be used for subsequently created instances of the OperationContext class.
public property EndTime Gets or sets the end time of the operation.
public property LastResult Gets the last request result encountered for the operation.
public property LogLevel Gets or sets the logging level to be used for an instance of the OperationContext class.
public property RequestResults Gets or sets the set of request results that the current operation has created.
public property StartTime Gets or sets the start time of the operation.
public property UserHeaders Gets or sets additional headers on the request, for example, for proxy or logging information.

See Also