Class BatchDeleteRowsRequest
Request message for TablesService.BatchDeleteRows
Inheritance
System.Object
BatchDeleteRowsRequest
Implements
Google.Protobuf.IMessage<BatchDeleteRowsRequest>
System.IEquatable<BatchDeleteRowsRequest>
Google.Protobuf.IDeepCloneable<BatchDeleteRowsRequest>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Area120.Tables.V1Alpha1
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
| Type | Name | Description |
|---|---|---|
| BatchDeleteRowsRequest | other |
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
| Type | Description |
|---|---|
| Google.Protobuf.Collections.RepeatedField<System.String> |
Parent
Required. The parent table shared by all rows being deleted. Format: tables/{table}
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ParentAsTableName
Declaration
public TableName ParentAsTableName { get; set; }
Property Value
| Type | Description |
|---|---|
| TableName |
RowNames
Declaration
public ResourceNameList<RowName> RowNames { get; }
Property Value
| Type | Description |
|---|---|
| Google.Api.Gax.ResourceNameList<RowName> |