Permalink
Fetching contributors…
Cannot retrieve contributors at this time
246 lines (246 sloc) 11 KB
<Type Name="DatabaseAccount" FullName="Microsoft.Azure.Documents.DatabaseAccount">
<TypeSignature Language="C#" Value="public class DatabaseAccount : Microsoft.Azure.Documents.Resource" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit DatabaseAccount extends Microsoft.Azure.Documents.Resource" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Documents.DatabaseAccount" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Documents.Resource</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Represents a DatabaseAccount. A DatabaseAccount is the container for databases in the Azure DocumentDB database service.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="ConsistencyPolicy">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Documents.ConsistencyPolicy ConsistencyPolicy { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Documents.ConsistencyPolicy ConsistencyPolicy" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.DatabaseAccount.ConsistencyPolicy" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Documents.ConsistencyPolicy</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the <see cref="P:Microsoft.Azure.Documents.DatabaseAccount.ConsistencyPolicy" /> settings from the Azure DocumentDB database service.
</summary>
<value>
The ConsistencyPolicy settings.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DatabasesLink">
<MemberSignature Language="C#" Value="public string DatabasesLink { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string DatabasesLink" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.DatabaseAccount.DatabasesLink" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Newtonsoft.Json.JsonProperty(PropertyName="_dbs")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the self-link for Databases in the databaseAccount from the Azure DocumentDB database service.
</summary>
<value>
The self-link for Databases in the databaseAccount.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="MaxMediaStorageUsageInMB">
<MemberSignature Language="C#" Value="public long MaxMediaStorageUsageInMB { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 MaxMediaStorageUsageInMB" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.DatabaseAccount.MaxMediaStorageUsageInMB" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the storage quota for media storage in the databaseAccount from the Azure DocumentDB database service.
</summary>
<value>
The storage quota in measured MBs.
</value>
<remarks>
This value is retrieved from the gateway.
</remarks>
</Docs>
</Member>
<Member MemberName="MediaLink">
<MemberSignature Language="C#" Value="public string MediaLink { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string MediaLink" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.DatabaseAccount.MediaLink" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Newtonsoft.Json.JsonProperty(PropertyName="media")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the self-link for Media in the databaseAccount from the Azure DocumentDB database service.
</summary>
<value>
The self-link for Media in the databaseAccount.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="MediaStorageUsageInMB">
<MemberSignature Language="C#" Value="public long MediaStorageUsageInMB { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 MediaStorageUsageInMB" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.DatabaseAccount.MediaStorageUsageInMB" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the current attachment content (media) usage in MBs from the Azure DocumentDB database service.
</summary>
<value>
The attachment content (media) usage in MBs.
</value>
<remarks>
The value is retrieved from the gateway. The value is returned from cached information updated periodically
and is not guaranteed to be real time.
</remarks>
</Docs>
</Member>
<Member MemberName="ReadableLocations">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Documents.DatabaseAccountLocation&gt; ReadableLocations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IEnumerable`1&lt;class Microsoft.Azure.Documents.DatabaseAccountLocation&gt; ReadableLocations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.DatabaseAccount.ReadableLocations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Newtonsoft.Json.JsonIgnore</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Documents.DatabaseAccountLocation&gt;</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the list of locations reprsenting the readable regions of
this database account from the Azure DocumentDB database service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="WritableLocations">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Documents.DatabaseAccountLocation&gt; WritableLocations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IEnumerable`1&lt;class Microsoft.Azure.Documents.DatabaseAccountLocation&gt; WritableLocations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.DatabaseAccount.WritableLocations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Newtonsoft.Json.JsonIgnore</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Documents.DatabaseAccountLocation&gt;</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the list of locations reprsenting the writable regions of
this database account from the Azure DocumentDB database service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>