azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.documen...

150 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.documentdb.StoredProcedureResponse"
fullName: "com.microsoft.azure.documentdb.StoredProcedureResponse"
name: "StoredProcedureResponse"
nameWithType: "StoredProcedureResponse"
summary: "Represents the response returned from a stored procedure in the Azure Cosmos DB database service."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public final class **StoredProcedureResponse**"
methods:
- uid: "com.microsoft.azure.documentdb.StoredProcedureResponse.getActivityId()"
fullName: "com.microsoft.azure.documentdb.StoredProcedureResponse.getActivityId()"
name: "getActivityId()"
nameWithType: "StoredProcedureResponse.getActivityId()"
summary: "Gets the Activity ID of the request."
syntax: "public String getActivityId()"
desc: "Gets the Activity ID of the request."
returns:
description: "the activity id."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.documentdb.StoredProcedureResponse.getClientSideRequestStatistics()"
fullName: "com.microsoft.azure.documentdb.StoredProcedureResponse.getClientSideRequestStatistics()"
name: "getClientSideRequestStatistics()"
nameWithType: "StoredProcedureResponse.getClientSideRequestStatistics()"
summary: "Gets the client side request statistics for execution of stored procedure."
syntax: "public ClientSideRequestStatistics getClientSideRequestStatistics()"
desc: "Gets the client side request statistics for execution of stored procedure."
returns:
description: "The client side request statics for execution of stored procedure."
type: "<xref href=\"com.microsoft.azure.documentdb.ClientSideRequestStatistics?alt=com.microsoft.azure.documentdb.ClientSideRequestStatistics&text=ClientSideRequestStatistics\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.documentdb.StoredProcedureResponse.getCurrentResourceQuotaUsage()"
fullName: "com.microsoft.azure.documentdb.StoredProcedureResponse.getCurrentResourceQuotaUsage()"
name: "getCurrentResourceQuotaUsage()"
nameWithType: "StoredProcedureResponse.getCurrentResourceQuotaUsage()"
summary: "Gets the current size of this entity (in megabytes (MB) for server resources and in count for master resources)"
syntax: "public String getCurrentResourceQuotaUsage()"
desc: "Gets the current size of this entity (in megabytes (MB) for server resources and in count for master resources)"
returns:
description: "the current resource quota usage."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.documentdb.StoredProcedureResponse.getMaxResourceQuota()"
fullName: "com.microsoft.azure.documentdb.StoredProcedureResponse.getMaxResourceQuota()"
name: "getMaxResourceQuota()"
nameWithType: "StoredProcedureResponse.getMaxResourceQuota()"
summary: "Gets the maximum size limit for this entity (in megabytes (MB) for server resources and in count for master resources)."
syntax: "public String getMaxResourceQuota()"
desc: "Gets the maximum size limit for this entity (in megabytes (MB) for server resources and in count for master resources)."
returns:
description: "the max resource quota."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.documentdb.StoredProcedureResponse.getRequestCharge()"
fullName: "com.microsoft.azure.documentdb.StoredProcedureResponse.getRequestCharge()"
name: "getRequestCharge()"
nameWithType: "StoredProcedureResponse.getRequestCharge()"
summary: "Gets the number of normalized requests charged."
syntax: "public double getRequestCharge()"
desc: "Gets the number of normalized requests charged."
returns:
description: "the request charge."
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.documentdb.StoredProcedureResponse.getResponseAsAttachment()"
fullName: "com.microsoft.azure.documentdb.StoredProcedureResponse.getResponseAsAttachment()"
name: "getResponseAsAttachment()"
nameWithType: "StoredProcedureResponse.getResponseAsAttachment()"
summary: "Gets the response of a stored procedure, serialized into an attachment."
syntax: "public Attachment getResponseAsAttachment()"
desc: "Gets the response of a stored procedure, serialized into an attachment."
returns:
description: "the response as an attachment."
type: "<xref href=\"com.microsoft.azure.documentdb.Attachment?alt=com.microsoft.azure.documentdb.Attachment&text=Attachment\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.documentdb.StoredProcedureResponse.getResponseAsDocument()"
fullName: "com.microsoft.azure.documentdb.StoredProcedureResponse.getResponseAsDocument()"
name: "getResponseAsDocument()"
nameWithType: "StoredProcedureResponse.getResponseAsDocument()"
summary: "Gets the response of a stored procedure, serialized into a document."
syntax: "public Document getResponseAsDocument()"
desc: "Gets the response of a stored procedure, serialized into a document."
returns:
description: "the response as a document."
type: "<xref href=\"com.microsoft.azure.documentdb.Document?alt=com.microsoft.azure.documentdb.Document&text=Document\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.documentdb.StoredProcedureResponse.getResponseAsString()"
fullName: "com.microsoft.azure.documentdb.StoredProcedureResponse.getResponseAsString()"
name: "getResponseAsString()"
nameWithType: "StoredProcedureResponse.getResponseAsString()"
summary: "Gets the response of a stored procedure as a string."
syntax: "public String getResponseAsString()"
desc: "Gets the response of a stored procedure as a string."
returns:
description: "the response as a string."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.documentdb.StoredProcedureResponse.getResponseHeaders()"
fullName: "com.microsoft.azure.documentdb.StoredProcedureResponse.getResponseHeaders()"
name: "getResponseHeaders()"
nameWithType: "StoredProcedureResponse.getResponseHeaders()"
summary: "Gets the headers associated with the response."
syntax: "public Map<String,String> getResponseHeaders()"
desc: "Gets the headers associated with the response."
returns:
description: "the response headers."
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.documentdb.StoredProcedureResponse.getScriptLog()"
fullName: "com.microsoft.azure.documentdb.StoredProcedureResponse.getScriptLog()"
name: "getScriptLog()"
nameWithType: "StoredProcedureResponse.getScriptLog()"
summary: "Gets the output from stored procedure console.<wbr>log() statements."
syntax: "public String getScriptLog()"
desc: "Gets the output from stored procedure console.log() statements."
returns:
description: "the output string from the stored procedure console.log() statements."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.documentdb.StoredProcedureResponse.getSessionToken()"
fullName: "com.microsoft.azure.documentdb.StoredProcedureResponse.getSessionToken()"
name: "getSessionToken()"
nameWithType: "StoredProcedureResponse.getSessionToken()"
summary: "Gets the token for use with session consistency requests."
syntax: "public String getSessionToken()"
desc: "Gets the token for use with session consistency requests."
returns:
description: "the session token."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.documentdb.StoredProcedureResponse.getStatusCode()"
fullName: "com.microsoft.azure.documentdb.StoredProcedureResponse.getStatusCode()"
name: "getStatusCode()"
nameWithType: "StoredProcedureResponse.getStatusCode()"
summary: "Gets the request completion status code."
syntax: "public int getStatusCode()"
desc: "Gets the request completion status code."
returns:
description: "the status code."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Represents the response returned from a stored procedure in the Azure Cosmos DB database service. Wraps the response body and headers."
metadata: {}
package: "com.microsoft.azure.documentdb"
artifact: com.microsoft.azure:azure-documentdb:2.4.7