Show / Hide Table of Contents

Class ModifyColumnFamiliesRequest

Request message for google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies

Inheritance
object
ModifyColumnFamiliesRequest
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.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ModifyColumnFamiliesRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IgnoreWarnings

Optional. If true, ignore safety checks when modifying the column families.

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

Modifications

Required. Modifications to be atomically applied to the specified table's families. Entries are applied in order, meaning that earlier modifications can be masked by later ones (in the case of repeated updates to the same family, for example).

Declaration
[JsonProperty("modifications")]
public virtual IList<Modification> Modifications { get; set; }
Property Value
Type Description
IList<Modification>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX