Show / Hide Table of Contents

Class GoogleCloudRetailV2betaExportAnalyticsMetricsRequest

Request message for the ExportAnalyticsMetrics method.

Inheritance
object
GoogleCloudRetailV2betaExportAnalyticsMetricsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaExportAnalyticsMetricsRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Filter

A filtering expression to specify restrictions on returned metrics. The expression is a sequence of terms. Each term applies a restriction to the returned metrics. Use this expression to restrict results to a specific time range. Currently we expect only one types of fields: * timestamp: This can be specified twice, once with a less than operator and once with a greater than operator. The timestamp restriction should result in one, contiguous, valid, timestamp range. Some examples of valid filters expressions: * Example 1: timestamp > "2012-04-23T18:25:43.511Z" timestamp < "2012-04-23T18:30:43.511Z" * Example 2: timestamp > "2012-04-23T18:25:43.511Z"

Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type Description
string

OutputConfig

Required. The output location of the data.

Declaration
[JsonProperty("outputConfig")]
public virtual GoogleCloudRetailV2betaOutputConfig OutputConfig { get; set; }
Property Value
Type Description
GoogleCloudRetailV2betaOutputConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX