public static class BatchOperations.MergeEntityOperation extends BatchOperations.Operation
Constructor and Description |
---|
BatchOperations.MergeEntityOperation() |
Modifier and Type | Method and Description |
---|---|
Entity |
getEntity()
Gets the entity parameter for the merge entity batch operation set in this
BatchOperations.MergeEntityOperation
instance. |
String |
getTable()
Gets the table name parameter for the merge entity batch operation set in this
BatchOperations.MergeEntityOperation
instance. |
BatchOperations.MergeEntityOperation |
setEntity(Entity entity)
Sets the entity parameter for the merge entity batch operation.
|
BatchOperations.MergeEntityOperation |
setTable(String table)
Sets the table name parameter for the merge entity batch operation.
|
public BatchOperations.MergeEntityOperation()
public String getTable()
BatchOperations.MergeEntityOperation
instance.String
containing the name of the table that contains the entity to merge.public BatchOperations.MergeEntityOperation setTable(String table)
table
- A String
containing the name of the table that contains the entity to merge.BatchOperations.MergeEntityOperation
instance.public Entity getEntity()
BatchOperations.MergeEntityOperation
instance.Entity
instance containing the entity data to be merged.public BatchOperations.MergeEntityOperation setEntity(Entity entity)
entity
- The Entity
instance containing the entity data to be merged.BatchOperations.MergeEntityOperation
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.
*/