Search Results for

    Show / Hide Table of Contents

    Class DatabaseOptions

    Inheritance
    System.Object
    DatabaseOptions
    Namespace: Monai.Deploy.InformaticsGateway.Configuration
    Assembly: Monai.Deploy.InformaticsGateway.Configuration.dll
    Syntax
    public class DatabaseOptions

    Properties

    | Improve this Doc View Source

    DatabaseName

    Declaration
    [ConfigurationKeyName("DatabaseName")]
    public string DatabaseName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Retries

    Gets or sets retry options relate to reading/writing to the database.

    Declaration
    [ConfigurationKeyName("retries")]
    public RetryConfiguration Retries { get; set; }
    Property Value
    Type Description
    RetryConfiguration
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX