Database Migration v1 API - Class ValueListFilter (2.4.0)

public sealed class ValueListFilter : IMessage<ValueListFilter>, IEquatable<ValueListFilter>, IDeepCloneable<ValueListFilter>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Migration v1 API class ValueListFilter.

A list of values to filter by in ConditionalColumnSetValue

Inheritance

object > ValueListFilter

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

ValueListFilter()

public ValueListFilter()

ValueListFilter(ValueListFilter)

public ValueListFilter(ValueListFilter other)
Parameter
NameDescription
otherValueListFilter

Properties

IgnoreCase

public bool IgnoreCase { get; set; }

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

Property Value
TypeDescription
bool

ValuePresentList

public ValuePresentInList ValuePresentList { get; set; }

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

Property Value
TypeDescription
ValuePresentInList

Values

public RepeatedField<string> Values { get; }

Required. The list to be used to filter by

Property Value
TypeDescription
RepeatedFieldstring