Show / Hide Table of Contents

Class DocumentDBOptions

Common server settings.

Inheritance
object
DocumentDBOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.GNS.Roster.DataAccess
Assembly: Microsoft.GNS.Roster.DataAccess.dll
Syntax
public class DocumentDBOptions

Properties

View Source

AuthKey

Gets or sets the secret RosterKey name in the vault.

Declaration
public string AuthKey { get; set; }
Property Value
Type Description
string
View Source

Collection

Gets or sets the Document DB collection.

Declaration
public string Collection { get; set; }
Property Value
Type Description
string
View Source

Database

Gets or sets the Document DB database.

Declaration
public string Database { get; set; }
Property Value
Type Description
string
View Source

DocumentFeedLeaseCollection

Gets or sets the Document DB feed settings collection.

Declaration
public string DocumentFeedLeaseCollection { get; set; }
Property Value
Type Description
string
View Source

Endpoint

Gets or sets the Azure storage connection string for the tenant manager.

Declaration
public string Endpoint { get; set; }
Property Value
Type Description
string
View Source

FeedProcessorLeaseRenwalInSec

Gets or sets the feed processor lease renewal time in seconds.

Declaration
public int FeedProcessorLeaseRenwalInSec { get; set; }
Property Value
Type Description
int
View Source

RefreshIntervalInSeconds

Gets or sets the metadata refresh frequency.

Declaration
public int RefreshIntervalInSeconds { get; set; }
Property Value
Type Description
int
  • View Source
In this article
Back to top Generated by DocFX