Module: Google::Cloud::ServiceControl::V1::Operation::Importance

Defined in:
proto_docs/google/api/servicecontrol/v1/operation.rb

Overview

Defines the importance of the data contained in the operation.

Constant Summary collapse

LOW =

Allows data caching, batching, and aggregation. It provides higher performance with higher data loss risk.

0
HIGH =

Disables data aggregation to minimize data loss. It is for operations that contains significant monetary value or audit trail. This feature only applies to the client libraries.

1