Class ModifyColumnFamiliesRequest
Request message for google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies
Implements
Inherited Members
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> |