metric property

String? metric
getter/setter pair

The type of content transfers metric. Possible string values are:

  • "CONTENT_TRANSFERS_METRIC_UNSPECIFIED" : Unspecified content transfers metric. Defaults to CONTENT_TRANSFERS_METRIC_TOTAL_TRANSFERS.
  • "CONTENT_TRANSFERS_METRIC_TOTAL_TRANSFERS" : The total number of content transfers (sensitive and non-sensitive). This is the sum of the total_uploads, total_downloads, and total_prints.
  • "CONTENT_TRANSFERS_METRIC_TOTAL_UPLOADS" : The total number of content uploads (sensitive and non-sensitive).
  • "CONTENT_TRANSFERS_METRIC_TOTAL_DOWNLOADS" : The total number of content downloads (sensitive and non-sensitive).
  • "CONTENT_TRANSFERS_METRIC_TOTAL_PRINTS" : The total number of content prints (sensitive and non-sensitive).
  • "CONTENT_TRANSFERS_METRIC_TOTAL_SENSITIVE_TRANSFERS" : The total number of sensitive content transfers. This is the sum of the sensitive_uploads, sensitive_downloads, and sensitive_prints.
  • "CONTENT_TRANSFERS_METRIC_SENSITIVE_UPLOADS" : The number of sensitive content uploads.
  • "CONTENT_TRANSFERS_METRIC_SENSITIVE_DOWNLOADS" : The number of sensitive content downloads.
  • "CONTENT_TRANSFERS_METRIC_SENSITIVE_PRINTS" : The number of sensitive content prints.

Implementation

core.String? metric;