Enum Operation.Types.Importance (1.1.0)

public enum Importance

Defines the importance of the data contained in the operation.

Namespace

Google.Cloud.ServiceControl.V1

Assembly

Google.Cloud.ServiceControl.V1.dll

Fields

NameDescription
High

The API implementation doesn't cache and aggregate the data. If the method returns successfully, it's guaranteed that the data has been persisted in durable storage.

Low

The API implementation may cache and aggregate the data. The data may be lost when rare and unexpected system failures occur.