Show / Hide Table of Contents

Class FilterTableColumns

Options to configure rule type FilterTableColumns. The rule is used to filter the list of columns to include or exclude from a table. The rule filter field can refer to one entity. The rule scope can be: Table Only one of the two lists can be specified for the rule.

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

Properties

ETag

The ETag of the item.

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

ExcludeColumns

Optional. List of columns to be excluded for a particular table.

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

IncludeColumns

Optional. List of columns to be included for a particular table.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX