Show / Hide Table of Contents

Class QueryMetadata

Query metadata.

Inheritance
object
QueryMetadata
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.DoubleClickBidManager.v1_1.Data
Assembly: Google.Apis.DoubleClickBidManager.v1_1.dll
Syntax
public class QueryMetadata : IDirectResponseSchema

Properties

DataRange

Range of report data.

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

ETag

The ETag of the item.

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

Format

Format of the generated report.

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

GoogleCloudStoragePathForLatestReport

The path to the location in Google Cloud Storage where the latest report is stored.

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

GoogleDrivePathForLatestReport

The path in Google Drive for the latest report.

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

LatestReportRunTimeMs

The time when the latest report started to run.

Declaration
[JsonProperty("latestReportRunTimeMs")]
public virtual long? LatestReportRunTimeMs { get; set; }
Property Value
Type Description
long?

Locale

Locale of the generated reports. Valid values are cs CZECH de GERMAN en ENGLISH es SPANISH fr FRENCH it ITALIAN ja JAPANESE ko KOREAN pl POLISH pt-BR BRAZILIAN_PORTUGUESE ru RUSSIAN tr TURKISH uk UKRAINIAN zh-CN CHINA_CHINESE zh-TW TAIWAN_CHINESE An locale string not in the list above will generate reports in English.

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

ReportCount

Number of reports that have been generated for the query.

Declaration
[JsonProperty("reportCount")]
public virtual int? ReportCount { get; set; }
Property Value
Type Description
int?

Running

Whether the latest report is currently running.

Declaration
[JsonProperty("running")]
public virtual bool? Running { get; set; }
Property Value
Type Description
bool?

SendNotification

Whether to send an email notification when a report is ready. Default to false.

Declaration
[JsonProperty("sendNotification")]
public virtual bool? SendNotification { get; set; }
Property Value
Type Description
bool?

ShareEmailAddress

List of email addresses which are sent email notifications when the report is finished. Separate from sendNotification.

Declaration
[JsonProperty("shareEmailAddress")]
public virtual IList<string> ShareEmailAddress { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><string>

Title

Query title. It is used to name the reports generated from this query.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX