Show / Hide Table of Contents

Class GoogleCloudDataplexV1ScannedDataIncrementalField

A data range denoted by a pair of start/end values of a field.

Inheritance
object
GoogleCloudDataplexV1ScannedDataIncrementalField
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.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1ScannedDataIncrementalField : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

End

Value that marks the end of the range.

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

Field

The field that contains values which monotonically increases over time (e.g. a timestamp column).

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

Start

Value that marks the start of the range.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX