Class ResponseMetaData.Types.DataTruncationReason
Describes a reason for data truncation in the report.
Implements
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class ResponseMetaData.Types.DataTruncationReason : IMessage<ResponseMetaData.Types.DataTruncationReason>, IEquatable<ResponseMetaData.Types.DataTruncationReason>, IDeepCloneable<ResponseMetaData.Types.DataTruncationReason>, IBufferMessage, IMessage
Constructors
DataTruncationReason()
Declaration
public DataTruncationReason()
DataTruncationReason(DataTruncationReason)
Declaration
public DataTruncationReason(ResponseMetaData.Types.DataTruncationReason other)
Parameters
| Type | Name | Description |
|---|---|---|
| ResponseMetaData.Types.DataTruncationReason | other |
Properties
DataTruncationDate
The data truncation date in the format YYYY-MM-DD. Indicates data before this date is truncated.
Declaration
public string DataTruncationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataTruncationDateRanges
The truncated date ranges.
Declaration
public RepeatedField<ResponseMetaData.Types.DataTruncationReason.Types.DataTruncationDateRange> DataTruncationDateRanges { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<ResponseMetaData.Types.DataTruncationReason.Types.DataTruncationDateRange> |
DataTruncationMessage
A descriptive message explaining the data truncation.
Declaration
public string DataTruncationMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataTruncationType
The type of data truncation.
Declaration
public ResponseMetaData.Types.DataTruncationReason.Types.DataTruncationType DataTruncationType { get; set; }
Property Value
| Type | Description |
|---|---|
| ResponseMetaData.Types.DataTruncationReason.Types.DataTruncationType |
HasDataTruncationDate
Gets whether the "data_truncation_date" field is set
Declaration
public bool HasDataTruncationDate { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasDataTruncationMessage
Gets whether the "data_truncation_message" field is set
Declaration
public bool HasDataTruncationMessage { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasDataTruncationType
Gets whether the "data_truncation_type" field is set
Declaration
public bool HasDataTruncationType { get; }
Property Value
| Type | Description |
|---|---|
| bool |