Table of Contents

Enum FilteringField

The field to compare with a given value to filter the operations.

public enum FilteringField

Fields

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.