Enum FilteringField
- Namespace
- Uralstech.UCloud.Operations
The field to compare with a given value to filter the operations.
public enum FilteringFieldFields
- None = 0
- Default value. 
- [EnumMember(Value = "serviceName")] ServiceName = 1
- Filter by the service which an operation belongs to. 
- [EnumMember(Value = "startTime")] StartTime = 2
- Filter by the operation's start time. 
- [EnumMember(Value = "status")] Status = 3
- Filter by the operation's status.