public sealed class ValueListFilter : IMessage<ValueListFilter>, IEquatable<ValueListFilter>, IDeepCloneable<ValueListFilter>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class ValueListFilter.
A list of values to filter by in ConditionalColumnSetValue
Implements
IMessageValueListFilter, IEquatableValueListFilter, IDeepCloneableValueListFilter, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
ValueListFilter()
public ValueListFilter()ValueListFilter(ValueListFilter)
public ValueListFilter(ValueListFilter other)| Parameter | |
|---|---|
| Name | Description |
other |
ValueListFilter |
Properties
IgnoreCase
public bool IgnoreCase { get; set; }Required. Whether to ignore case when filtering by values. Defaults to false
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ValuePresentInList |
|
Values
public RepeatedField<string> Values { get; }Required. The list to be used to filter by
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|