IcebergNamespaceUpdate

The request message for the UpdateIcebergNamespace API.

JSON representation
{
  "removals": [
    string
  ],
  "updates": {
    string: string,
    ...
  }
}
Fields
removals[]

string

Optional. Keys of the properties to remove.

updates

map (key: string, value: string)

Optional. List of properties to update or add.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.