Class OperationsListRequest
- Namespace
- Uralstech.UCloud.Operations
Requests metadata for an operation. Return type is OperationsListResponse or OperationsListResponse<TOperation>.
public class OperationsListRequest : IOperationsGetRequest, IOperationsRequest
- Inheritance
-
OperationsListRequest
- Implements
Constructors
OperationsListRequest()
Creates a new OperationsListRequest.
public OperationsListRequest()
OperationsListRequest(OperationFilterConditions)
Creates a new OperationsListRequest.
public OperationsListRequest(OperationFilterConditions filters)
Parameters
filters
OperationFilterConditionsThe conditions for filtering the operations to list.
Fields
Filters
The conditions for filtering the operations to list.
public OperationFilterConditions Filters
Field Value
MaxResponseOperations
The maximum number of Operations to return (per page).
public int MaxResponseOperations
Field Value
Remarks
This method returns at most 100 operations per page.
PageToken
A page token from a previous OperationsListRequest call.
public string PageToken
Field Value
Properties
BaseServiceUri
The base endpoint URI for the request.
public string BaseServiceUri { get; set; }
Property Value
Remarks
This may be a specific service endpoint which contains the operations.
Methods
GetEndpointUri()
Gets the URI to the API endpoint.
public string GetEndpointUri()
Returns
- string
The URI.