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 SourceAuthKey
Gets or sets the secret RosterKey name in the vault.
Declaration
public string AuthKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Collection
Gets or sets the Document DB collection.
Declaration
public string Collection { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Database
Gets or sets the Document DB database.
Declaration
public string Database { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentFeedLeaseCollection
Gets or sets the Document DB feed settings collection.
Declaration
public string DocumentFeedLeaseCollection { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
FeedProcessorLeaseRenwalInSec
Gets or sets the feed processor lease renewal time in seconds.
Declaration
public int FeedProcessorLeaseRenwalInSec { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RefreshIntervalInSeconds
Gets or sets the metadata refresh frequency.
Declaration
public int RefreshIntervalInSeconds { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |