Class CosmosDbServiceInfo
Inheritance
System.Object
CosmosDbServiceInfo
Assembly: Steeltoe.Connector.Abstractions.dll
Syntax
public class CosmosDbServiceInfo : ServiceInfo, IServiceInfo
Constructors
|
Edit this page
View Source
CosmosDbServiceInfo(String)
Declaration
public CosmosDbServiceInfo(string id)
Parameters
Type |
Name |
Description |
System.String |
id |
|
Properties
|
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 |
|
Implements