Class ValueListFilter
A list of values to filter by in ConditionalColumnSetValue
Implements
Inherited Members
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> |