azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.cosmosd...

96 строки
4.8 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: com.microsoft.azure.cosmosdb.StoredProcedure.StoredProcedure()
name: StoredProcedure()
nameWithType: StoredProcedure.StoredProcedure()
summary: <p>Constructor. </p>
syntax: public StoredProcedure()
uid: com.microsoft.azure.cosmosdb.StoredProcedure.StoredProcedure()
- fullName: com.microsoft.azure.cosmosdb.StoredProcedure.StoredProcedure(String jsonString)
name: StoredProcedure(String jsonString)
nameWithType: StoredProcedure.StoredProcedure(String jsonString)
parameters:
- description: <p>the json string that represents the stored procedure. </p>
name: jsonString
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Constructor.</p>
<p></p>
syntax: public StoredProcedure(String jsonString)
uid: com.microsoft.azure.cosmosdb.StoredProcedure.StoredProcedure(String)
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="com.microsoft.azure.cosmosdb.JsonSerializable" data-throw-if-not-resolved="False"/>
- <xref href="com.microsoft.azure.cosmosdb.Resource?alt=com.microsoft.azure.cosmosdb.Resource&text=Resource" data-throw-if-not-resolved="False"/>
inheritedMembers:
- com.microsoft.azure.cosmosdb.JsonSerializable.get(String)
- com.microsoft.azure.cosmosdb.JsonSerializable.getBoolean(String)
- com.microsoft.azure.cosmosdb.JsonSerializable.getCollection(String)
- com.microsoft.azure.cosmosdb.JsonSerializable.getDouble(String)
- com.microsoft.azure.cosmosdb.Resource.getETag()
- com.microsoft.azure.cosmosdb.JsonSerializable.getHashMap()
- com.microsoft.azure.cosmosdb.Resource.getId()
- com.microsoft.azure.cosmosdb.JsonSerializable.getInt(String)
- com.microsoft.azure.cosmosdb.JsonSerializable.getLogger()
- com.microsoft.azure.cosmosdb.JsonSerializable.getLong(String)
- com.microsoft.azure.cosmosdb.JsonSerializable.getMapper()
- com.microsoft.azure.cosmosdb.JsonSerializable.getObject(String)
- com.microsoft.azure.cosmosdb.JsonSerializable.getObjectByPath(List<String>)
- com.microsoft.azure.cosmosdb.Resource.getResourceId()
- com.microsoft.azure.cosmosdb.Resource.getSelfLink()
- com.microsoft.azure.cosmosdb.JsonSerializable.getString(String)
- com.microsoft.azure.cosmosdb.Resource.getTimestamp()
- com.microsoft.azure.cosmosdb.JsonSerializable.has(String)
- com.microsoft.azure.cosmosdb.JsonSerializable.JsonSerializable()
- com.microsoft.azure.cosmosdb.JsonSerializable.JsonSerializable(String,ObjectMapper)
- com.microsoft.azure.cosmosdb.JsonSerializable.JsonSerializable(String)
- com.microsoft.azure.cosmosdb.JsonSerializable.remove(String)
- com.microsoft.azure.cosmosdb.Resource.Resource(Resource)
- com.microsoft.azure.cosmosdb.Resource.Resource()
- com.microsoft.azure.cosmosdb.Resource.Resource(String,ObjectMapper)
- com.microsoft.azure.cosmosdb.Resource.Resource(String)
- com.microsoft.azure.cosmosdb.Resource.setId(String)
- com.microsoft.azure.cosmosdb.Resource.setResourceId(String)
- com.microsoft.azure.cosmosdb.JsonSerializable.toJson()
- com.microsoft.azure.cosmosdb.JsonSerializable.toJson(SerializationFormattingPolicy)
- com.microsoft.azure.cosmosdb.JsonSerializable.toString()
methods:
- fullName: com.microsoft.azure.cosmosdb.StoredProcedure.getBody()
name: getBody()
nameWithType: StoredProcedure.getBody()
returns:
description: <p>the body of the stored procedure. </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the body of the stored procedure.</p>
<p></p>
syntax: public String getBody()
uid: com.microsoft.azure.cosmosdb.StoredProcedure.getBody()
- fullName: com.microsoft.azure.cosmosdb.StoredProcedure.setBody(String body)
name: setBody(String body)
nameWithType: StoredProcedure.setBody(String body)
parameters:
- description: <p>the body of the stored procedure. </p>
name: body
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the body of the stored procedure.</p>
<p></p>
syntax: public void setBody(String body)
uid: com.microsoft.azure.cosmosdb.StoredProcedure.setBody(String)
nameWithType: StoredProcedure
syntax: public class StoredProcedure extends Resource
type: class
uid: com.microsoft.azure.cosmosdb.StoredProcedure
fullName: com.microsoft.azure.cosmosdb.StoredProcedure
name: StoredProcedure
package: com.microsoft.azure.cosmosdb
summary: >-
<p>Represents a stored procedure in the Azure Cosmos DB database service. </p>
<p>Cosmos DB allows stored procedures to be executed in the storage tier, directly against a document collection. The script gets executed under ACID transactions on the primary storage partition of the specified collection. For additional details, refer to the server-side JavaScript API documentation. </p>
metadata: {}