188 строки
9.5 KiB
YAML
188 строки
9.5 KiB
YAML
### YamlMime:JavaType
|
|
constructors:
|
|
- fullName: com.microsoft.azure.documentdb.DatabaseAccount.DatabaseAccount(JSONObject jsonObject)
|
|
name: DatabaseAccount(JSONObject jsonObject)
|
|
nameWithType: DatabaseAccount.DatabaseAccount(JSONObject jsonObject)
|
|
parameters:
|
|
- description: <p>the json object that represents the database account. </p>
|
|
name: jsonObject
|
|
type: <xref href="JSONObject?alt=JSONObject&text=JSONObject" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Initialize a database account object from json object.</p>
|
|
|
|
<p></p>
|
|
syntax: public DatabaseAccount(JSONObject jsonObject)
|
|
uid: com.microsoft.azure.documentdb.DatabaseAccount.DatabaseAccount(JSONObject)
|
|
- fullName: com.microsoft.azure.documentdb.DatabaseAccount.DatabaseAccount(String jsonString)
|
|
name: DatabaseAccount(String jsonString)
|
|
nameWithType: DatabaseAccount.DatabaseAccount(String jsonString)
|
|
parameters:
|
|
- description: <p>the json string that represents the database account. </p>
|
|
name: jsonString
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Initialize a database account object from json string.</p>
|
|
|
|
<p></p>
|
|
syntax: public DatabaseAccount(String jsonString)
|
|
uid: com.microsoft.azure.documentdb.DatabaseAccount.DatabaseAccount(String)
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="Serializable" data-throw-if-not-resolved="False"/>
|
|
- <xref href="com.microsoft.azure.documentdb.JsonSerializable" data-throw-if-not-resolved="False"/>
|
|
- <xref href="com.microsoft.azure.documentdb.Resource?alt=com.microsoft.azure.documentdb.Resource&text=Resource" data-throw-if-not-resolved="False"/>
|
|
inheritedMembers:
|
|
- com.microsoft.azure.documentdb.JsonSerializable.get(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getBoolean(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getCollection(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getDouble(String)
|
|
- com.microsoft.azure.documentdb.Resource.getETag()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getHashMap()
|
|
- com.microsoft.azure.documentdb.Resource.getId()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getInt(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getLogger()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getLong(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getMapper()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getObject(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getObjectByPath(Collection<String>)
|
|
- com.microsoft.azure.documentdb.Resource.getResourceId()
|
|
- com.microsoft.azure.documentdb.Resource.getSelfLink()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getString(String)
|
|
- com.microsoft.azure.documentdb.Resource.getTimestamp()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.has(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String,ObjectMapper)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(JSONObject)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.remove(String)
|
|
- com.microsoft.azure.documentdb.Resource.Resource()
|
|
- com.microsoft.azure.documentdb.Resource.Resource(String,ObjectMapper)
|
|
- com.microsoft.azure.documentdb.Resource.Resource(String)
|
|
- com.microsoft.azure.documentdb.Resource.Resource(JSONObject)
|
|
- com.microsoft.azure.documentdb.Resource.setId(String)
|
|
- com.microsoft.azure.documentdb.Resource.setResourceId(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.toJson()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.toJson(SerializationFormattingPolicy)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.toString()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.toString(int)
|
|
methods:
|
|
- fullName: com.microsoft.azure.documentdb.DatabaseAccount.getAddressesLink()
|
|
name: getAddressesLink()
|
|
nameWithType: DatabaseAccount.getAddressesLink()
|
|
returns:
|
|
description: <p>the addresses link. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the addresseslink of the databaseAccount.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getAddressesLink()
|
|
uid: com.microsoft.azure.documentdb.DatabaseAccount.getAddressesLink()
|
|
- fullName: com.microsoft.azure.documentdb.DatabaseAccount.getConsistencyPolicy()
|
|
name: getConsistencyPolicy()
|
|
nameWithType: DatabaseAccount.getConsistencyPolicy()
|
|
returns:
|
|
description: <p>the consistency policy. </p>
|
|
type: <xref href="com.microsoft.azure.documentdb.ConsistencyPolicy?alt=com.microsoft.azure.documentdb.ConsistencyPolicy&text=ConsistencyPolicy" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the ConsistencyPolicy settings.</p>
|
|
|
|
<p></p>
|
|
syntax: public ConsistencyPolicy getConsistencyPolicy()
|
|
uid: com.microsoft.azure.documentdb.DatabaseAccount.getConsistencyPolicy()
|
|
- fullName: com.microsoft.azure.documentdb.DatabaseAccount.getDatabasesLink()
|
|
name: getDatabasesLink()
|
|
nameWithType: DatabaseAccount.getDatabasesLink()
|
|
returns:
|
|
description: <p>the databases link. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the databases link of the databaseAccount.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getDatabasesLink()
|
|
uid: com.microsoft.azure.documentdb.DatabaseAccount.getDatabasesLink()
|
|
- fullName: com.microsoft.azure.documentdb.DatabaseAccount.getMaxMediaStorageUsageInMB()
|
|
name: getMaxMediaStorageUsageInMB()
|
|
nameWithType: DatabaseAccount.getMaxMediaStorageUsageInMB()
|
|
returns:
|
|
description: <p>the max media storage usage in MB. </p>
|
|
type: <xref href="long?alt=long&text=long" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Attachment content (media) storage quota in MBs Retrieved from gateway.</p>
|
|
|
|
<p></p>
|
|
syntax: public long getMaxMediaStorageUsageInMB()
|
|
uid: com.microsoft.azure.documentdb.DatabaseAccount.getMaxMediaStorageUsageInMB()
|
|
- fullName: com.microsoft.azure.documentdb.DatabaseAccount.getMediaLink()
|
|
name: getMediaLink()
|
|
nameWithType: DatabaseAccount.getMediaLink()
|
|
returns:
|
|
description: <p>the media link. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the medialink of the databaseAccount.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getMediaLink()
|
|
uid: com.microsoft.azure.documentdb.DatabaseAccount.getMediaLink()
|
|
- fullName: com.microsoft.azure.documentdb.DatabaseAccount.getMediaStorageUsageInMB()
|
|
name: getMediaStorageUsageInMB()
|
|
nameWithType: DatabaseAccount.getMediaStorageUsageInMB()
|
|
returns:
|
|
description: <p>the media storage usage in MB. </p>
|
|
type: <xref href="long?alt=long&text=long" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Current attachment content (media) usage in MBs. </p>
|
|
|
|
<p>Retrieved from gateway. Value is returned from cached information updated periodically and is not guaranteed to be real time.</p>
|
|
|
|
<p></p>
|
|
syntax: public long getMediaStorageUsageInMB()
|
|
uid: com.microsoft.azure.documentdb.DatabaseAccount.getMediaStorageUsageInMB()
|
|
- fullName: com.microsoft.azure.documentdb.DatabaseAccount.getReadableLocations()
|
|
name: getReadableLocations()
|
|
nameWithType: DatabaseAccount.getReadableLocations()
|
|
returns:
|
|
description: <p>the list of readable locations. </p>
|
|
type: Iterable<<xref href="com.microsoft.azure.documentdb.DatabaseAccountLocation?alt=com.microsoft.azure.documentdb.DatabaseAccountLocation&text=DatabaseAccountLocation" data-throw-if-not-resolved="False"/>>
|
|
summary: >-
|
|
<p>Gets the list of readable locations for this database account.</p>
|
|
|
|
<p></p>
|
|
syntax: public Iterable<DatabaseAccountLocation> getReadableLocations()
|
|
uid: com.microsoft.azure.documentdb.DatabaseAccount.getReadableLocations()
|
|
- fullName: com.microsoft.azure.documentdb.DatabaseAccount.getReplicationPolicy()
|
|
name: getReplicationPolicy()
|
|
nameWithType: DatabaseAccount.getReplicationPolicy()
|
|
returns:
|
|
description: <p>the replication policy. </p>
|
|
type: <xref href="com.microsoft.azure.documentdb.ReplicationPolicy?alt=com.microsoft.azure.documentdb.ReplicationPolicy&text=ReplicationPolicy" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the ReplicationPolicy settings.</p>
|
|
|
|
<p></p>
|
|
syntax: public ReplicationPolicy getReplicationPolicy()
|
|
uid: com.microsoft.azure.documentdb.DatabaseAccount.getReplicationPolicy()
|
|
- fullName: com.microsoft.azure.documentdb.DatabaseAccount.getWritableLocations()
|
|
name: getWritableLocations()
|
|
nameWithType: DatabaseAccount.getWritableLocations()
|
|
returns:
|
|
description: <p>the list of writable locations. </p>
|
|
type: Iterable<<xref href="com.microsoft.azure.documentdb.DatabaseAccountLocation?alt=com.microsoft.azure.documentdb.DatabaseAccountLocation&text=DatabaseAccountLocation" data-throw-if-not-resolved="False"/>>
|
|
summary: >-
|
|
<p>Gets the list of writable locations for this database account.</p>
|
|
|
|
<p></p>
|
|
syntax: public Iterable<DatabaseAccountLocation> getWritableLocations()
|
|
uid: com.microsoft.azure.documentdb.DatabaseAccount.getWritableLocations()
|
|
nameWithType: DatabaseAccount
|
|
syntax: public class DatabaseAccount extends Resource
|
|
type: class
|
|
uid: com.microsoft.azure.documentdb.DatabaseAccount
|
|
fullName: com.microsoft.azure.documentdb.DatabaseAccount
|
|
name: DatabaseAccount
|
|
package: com.microsoft.azure.documentdb
|
|
summary: <p>Represents a database account in the Azure Cosmos DB database service. </p>
|
|
metadata: {}
|