Show / Hide Table of Contents

Class ValueListFilter

A list of values to filter by in ConditionalColumnSetValue

Inheritance
object
ValueListFilter
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 ValueListFilter : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IgnoreCase

Required. Whether to ignore case when filtering by values. Defaults to false

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

ValuePresentList

Required. Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.

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

Values

Required. The list to be used to filter by

Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX