Class DocumentDBOptions
Common server settings.
Inherited Members
Namespace: Microsoft.GNS.Roster.DataAccess
Assembly: Microsoft.GNS.Roster.DataAccess.dll
Syntax
public class DocumentDBOptions
Properties
View SourceAuthKey
Gets or sets the secret RosterKey name in the vault.
Declaration
public string AuthKey { get; set; }
Property Value
Type | Description |
---|---|
string |
Collection
Gets or sets the Document DB collection.
Declaration
public string Collection { get; set; }
Property Value
Type | Description |
---|---|
string |
Database
Gets or sets the Document DB database.
Declaration
public string Database { get; set; }
Property Value
Type | Description |
---|---|
string |
DocumentFeedLeaseCollection
Gets or sets the Document DB feed settings collection.
Declaration
public string DocumentFeedLeaseCollection { get; set; }
Property Value
Type | Description |
---|---|
string |
Endpoint
Gets or sets the Azure storage connection string for the tenant manager.
Declaration
public string Endpoint { get; set; }
Property Value
Type | Description |
---|---|
string |
FeedProcessorLeaseRenwalInSec
Gets or sets the feed processor lease renewal time in seconds.
Declaration
public int FeedProcessorLeaseRenwalInSec { get; set; }
Property Value
Type | Description |
---|---|
int |
RefreshIntervalInSeconds
Gets or sets the metadata refresh frequency.
Declaration
public int RefreshIntervalInSeconds { get; set; }
Property Value
Type | Description |
---|---|
int |