Show / Hide Table of Contents

Class ResponseMetaData

Response's metadata carrying additional information about the report content.

Inheritance
System.Object
ResponseMetaData
Implements
Google.Protobuf.IMessage<ResponseMetaData>
System.IEquatable<ResponseMetaData>
Google.Protobuf.IDeepCloneable<ResponseMetaData>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class ResponseMetaData : IMessage<ResponseMetaData>, IEquatable<ResponseMetaData>, IDeepCloneable<ResponseMetaData>, IBufferMessage, IMessage

Constructors

ResponseMetaData()

Declaration
public ResponseMetaData()

ResponseMetaData(ResponseMetaData)

Declaration
public ResponseMetaData(ResponseMetaData other)
Parameters
Type Name Description
ResponseMetaData other

Properties

DataLossFromOtherRow

If true, indicates some buckets of dimension combinations are rolled into "(other)" row. This can happen for high cardinality reports.

Declaration
public bool DataLossFromOtherRow { get; set; }
Property Value
Type Description
System.Boolean
Back to top