Enum CustomersResource.EnterpriseResource.SecurityInsightsResource.QueryContentTransfersBreakdownsRequest.MetricEnum
Optional. The metric to return the breakdowns for. Defaults to CONTENT_TRANSFERS_METRIC_TOTAL_TRANSFERS.
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public enum CustomersResource.EnterpriseResource.SecurityInsightsResource.QueryContentTransfersBreakdownsRequest.MetricEnum
Fields
| Name | Description |
|---|---|
| CONTENTTRANSFERSMETRICSENSITIVEDOWNLOADS | The number of sensitive content downloads. |
| CONTENTTRANSFERSMETRICSENSITIVEPRINTS | The number of sensitive content prints. |
| CONTENTTRANSFERSMETRICSENSITIVEUPLOADS | The number of sensitive content uploads. |
| CONTENTTRANSFERSMETRICTOTALDOWNLOADS | The total number of content downloads (sensitive and non-sensitive). |
| CONTENTTRANSFERSMETRICTOTALPRINTS | The total number of content prints (sensitive and non-sensitive). |
| CONTENTTRANSFERSMETRICTOTALSENSITIVETRANSFERS | The total number of sensitive content transfers. This is the sum of the sensitive_uploads, sensitive_downloads, and sensitive_prints. |
| CONTENTTRANSFERSMETRICTOTALTRANSFERS | The total number of content transfers (sensitive and non-sensitive). This is the sum of the total_uploads, total_downloads, and total_prints. |
| CONTENTTRANSFERSMETRICTOTALUPLOADS | The total number of content uploads (sensitive and non-sensitive). |
| CONTENTTRANSFERSMETRICUNSPECIFIED | Unspecified content transfers metric. Defaults to CONTENT_TRANSFERS_METRIC_TOTAL_TRANSFERS. |