Class FibulaCosmosDbContextOptions
Class that represents options for CosmosDB configuration.
Inheritance
System.Object
FibulaCosmosDbContextOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fibula.Data.CosmosDB
Assembly: Fibula.Data.CosmosDB.dll
Syntax
public class FibulaCosmosDbContextOptions
Properties
| Improve this Doc View SourceAccountEndpointSecretName
Gets or sets the secret name of the account endpoint, used to retrieve the value from the secrets provider.
Declaration
[Required(ErrorMessage = "A name for the account endpoint secret is required.")]
public string AccountEndpointSecretName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AccountKeySecretName
Gets or sets the secret name of the account key, used to retrieve the value from the secrets provider.
Declaration
[Required(ErrorMessage = "A name for the account key secret is required.")]
public string AccountKeySecretName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DatabaseName
Gets or sets the database name.
Declaration
[Required(ErrorMessage = "A database name is required.")]
public string DatabaseName { get; set; }
Property Value
Type | Description |
---|---|
System.String |