Class BatchDeleteRowsRequest
Request message for TablesService.BatchDeleteRows
Inheritance
BatchDeleteRowsRequest
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class BatchDeleteRowsRequest : IMessage<BatchDeleteRowsRequest>, IEquatable<BatchDeleteRowsRequest>, IDeepCloneable<BatchDeleteRowsRequest>, IBufferMessage, IMessage
Constructors
BatchDeleteRowsRequest()
Declaration
public BatchDeleteRowsRequest()
BatchDeleteRowsRequest(BatchDeleteRowsRequest)
Declaration
public BatchDeleteRowsRequest(BatchDeleteRowsRequest other)
Parameters
Properties
Names
Required. The names of the rows to delete. All rows must belong to the parent table
or else the entire batch will fail. A maximum of 500 rows can be deleted
in a batch.
Format: tables/{table}/rows/{row}
Declaration
public RepeatedField<string> Names { get; }
Property Value
Parent
Required. The parent table shared by all rows being deleted.
Format: tables/{table}
Declaration
public string Parent { get; set; }
Property Value
ParentAsTableName
Declaration
public TableName ParentAsTableName { get; set; }
Property Value
RowNames
Declaration
public ResourceNameList<RowName> RowNames { get; }
Property Value