public static class BatchOperations.InsertOrMergeEntityOperation extends BatchOperations.Operation
Constructor and Description |
---|
BatchOperations.InsertOrMergeEntityOperation() |
Modifier and Type | Method and Description |
---|---|
Entity |
getEntity()
Gets the entity parameter for the insert or merge entity batch operation set in this
BatchOperations.InsertOrMergeEntityOperation instance. |
String |
getTable()
Gets the table name parameter for the insert or merge entity batch operation set in this
BatchOperations.InsertOrMergeEntityOperation instance. |
BatchOperations.InsertOrMergeEntityOperation |
setEntity(Entity entity)
Sets the entity parameter for the insert or merge entity batch operation.
|
BatchOperations.InsertOrMergeEntityOperation |
setTable(String table)
Sets the table name parameter for the insert or merge entity batch operation.
|
public BatchOperations.InsertOrMergeEntityOperation()
public String getTable()
BatchOperations.InsertOrMergeEntityOperation
instance.String
containing the name of the table that contains the entity to insert or merge.public BatchOperations.InsertOrMergeEntityOperation setTable(String table)
table
- A String
containing the name of the table that contains the entity to insert or merge.BatchOperations.InsertOrMergeEntityOperation
instance.public Entity getEntity()
BatchOperations.InsertOrMergeEntityOperation
instance.Entity
instance containing the entity data to be inserted or merged.public BatchOperations.InsertOrMergeEntityOperation setEntity(Entity entity)
entity
- The Entity
instance containing the entity data to be inserted or merged.BatchOperations.InsertOrMergeEntityOperation
instance./**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/