64 строки
2.8 KiB
YAML
64 строки
2.8 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.cosmosdb.AccessCondition.getCondition()
|
|
name: getCondition()
|
|
nameWithType: AccessCondition.getCondition()
|
|
returns:
|
|
description: <p>the condition. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the value of the condition - for AccessConditionType IfMatchs and IfNotMatch, this is the ETag that has to be compared to.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getCondition()
|
|
uid: com.microsoft.azure.cosmosdb.AccessCondition.getCondition()
|
|
- fullName: com.microsoft.azure.cosmosdb.AccessCondition.getType()
|
|
name: getType()
|
|
nameWithType: AccessCondition.getType()
|
|
returns:
|
|
description: <p>the condition type. </p>
|
|
type: <xref href="com.microsoft.azure.cosmosdb.AccessConditionType?alt=com.microsoft.azure.cosmosdb.AccessConditionType&text=AccessConditionType" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the condition type.</p>
|
|
|
|
<p></p>
|
|
syntax: public AccessConditionType getType()
|
|
uid: com.microsoft.azure.cosmosdb.AccessCondition.getType()
|
|
- fullName: com.microsoft.azure.cosmosdb.AccessCondition.setCondition(String condition)
|
|
name: setCondition(String condition)
|
|
nameWithType: AccessCondition.setCondition(String condition)
|
|
parameters:
|
|
- description: <p>the condition to use. </p>
|
|
name: condition
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Sets the value of the condition - for AccessConditionType IfMatchs and IfNotMatch, this is the ETag that has to be compared to.</p>
|
|
|
|
<p></p>
|
|
syntax: public void setCondition(String condition)
|
|
uid: com.microsoft.azure.cosmosdb.AccessCondition.setCondition(String)
|
|
- fullName: com.microsoft.azure.cosmosdb.AccessCondition.setType(AccessConditionType type)
|
|
name: setType(AccessConditionType type)
|
|
nameWithType: AccessCondition.setType(AccessConditionType type)
|
|
parameters:
|
|
- description: <p>the condition type to use. </p>
|
|
name: type
|
|
type: <xref href="com.microsoft.azure.cosmosdb.AccessConditionType?alt=com.microsoft.azure.cosmosdb.AccessConditionType&text=AccessConditionType" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Sets the condition type.</p>
|
|
|
|
<p></p>
|
|
syntax: public void setType(AccessConditionType type)
|
|
uid: com.microsoft.azure.cosmosdb.AccessCondition.setType(AccessConditionType)
|
|
nameWithType: AccessCondition
|
|
syntax: public class AccessCondition
|
|
type: class
|
|
uid: com.microsoft.azure.cosmosdb.AccessCondition
|
|
fullName: com.microsoft.azure.cosmosdb.AccessCondition
|
|
name: AccessCondition
|
|
package: com.microsoft.azure.cosmosdb
|
|
summary: <p>Represents a set of access conditions to be used for operations against the Azure Cosmos DB database service. </p>
|
|
metadata: {}
|