public class CosmosStoredProcedureProperties extends Resource
| Constructor and Description |
|---|
CosmosStoredProcedureProperties()
Constructor.
|
CosmosStoredProcedureProperties(String id,
String body)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
body()
Get the body of the stored procedure.
|
void |
body(String body)
Set the body of the stored procedure.
|
CosmosStoredProcedureProperties |
id(String id)
Sets the id
|
etag, id, resourceId, resourceId, selfLink, timestampget, getBoolean, getCollection, getDouble, getInt, getList, getLogger, getLong, getMap, getObject, getObjectByPath, getString, has, toJson, toJson, toObject, toStringpublic CosmosStoredProcedureProperties()
public CosmosStoredProcedureProperties id(String id)
public String body()
public void body(String body)
body - the body of the stored procedure.Copyright © 2019. All rights reserved.