class documentation
class FetchOperationResultContext(OperationContext):
Constructor: FetchOperationResultContext(*args, **kwargs)
Context for the fetch_result method.
Includes information from the request.
Class Variable | wait |
Allowed time to wait for the operation result (long poll). If by the end of the wait period the operation is still running, a response with 412 status code will be returned, and the caller may re-issue the request to start a new long poll. |
Inherited from OperationContext
:
Method | __new__ |
Undocumented |
Class Variable | headers |
Optional header fields sent by the caller. |
Class Variable | operation |
The name of the operation. |
Class Variable | service |
The name of the service that the operation belongs to. |