Show / Hide Table of Contents

    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 Source

    AccountEndpointSecretName

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.