Show / Hide Table of Contents

Class DoubleComparisonFilter

Filter based on relation between source value and compare value of type double in ConditionalColumnSetValue

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

Properties

ETag

The ETag of the item.

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

Value

Required. Double compare value to be used

Declaration
[JsonProperty("value")]
public virtual double? Value { get; set; }
Property Value
Type Description
double?

ValueComparison

Required. Relation between source value and compare value

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX