Show / Hide Table of Contents

Class DocumentDBOptions

Common server settings.

Inheritance
System.Object
DocumentDBOptions
Namespace: Microsoft.GNS.Roster.DataAccess
Assembly: Microsoft.GNS.Roster.DataAccess.dll
Syntax
public class DocumentDBOptions : object

Properties

View Source

AuthKey

Gets or sets the secret RosterKey name in the vault.

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

Collection

Gets or sets the Document DB collection.

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

Database

Gets or sets the Document DB database.

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

DocumentFeedLeaseCollection

Gets or sets the Document DB feed settings collection.

Declaration
public string DocumentFeedLeaseCollection { get; set; }
Property Value
Type Description
System.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
System.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
System.Int32
View Source

RefreshIntervalInSeconds

Gets or sets the metadata refresh frequency.

Declaration
public int RefreshIntervalInSeconds { get; set; }
Property Value
Type Description
System.Int32
  • View Source
In This Article
Back to top Generated by DocFX