Class CosmosDbConnectorOptions
Inheritance
System.Object
CosmosDbConnectorOptions
Assembly: Steeltoe.Connector.ConnectorBase.dll
Syntax
public class CosmosDbConnectorOptions : AbstractServiceConnectorOptions
Constructors
|
Edit this page
View Source
CosmosDbConnectorOptions()
Declaration
public CosmosDbConnectorOptions()
|
Edit this page
View Source
CosmosDbConnectorOptions(IConfiguration)
Declaration
public CosmosDbConnectorOptions(IConfiguration configuration)
Parameters
Type |
Name |
Description |
IConfiguration |
configuration |
|
Properties
|
Edit this page
View Source
ConnectionString
Declaration
public string ConnectionString { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DatabaseId
Declaration
public string DatabaseId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DatabaseLink
Declaration
public string DatabaseLink { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Host
Declaration
public string Host { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
MasterKey
Declaration
public string MasterKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ReadOnlyKey
Declaration
public string ReadOnlyKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
UseReadOnlyCredentials
Declaration
public bool UseReadOnlyCredentials { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|