Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Interface IConfiguration

    Interface to be used for configuration

    Namespace: Innovt.Cloud
    Assembly: Innovt.Cloud.dll
    Syntax
    public interface IConfiguration

    Properties

    | Edit this page View Source

    AccessKey

    Gets or sets the access key for accessing the service.

    Declaration
    string AccessKey { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Region

    Gets or sets the region associated with the service.

    Declaration
    string Region { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SecretKey

    Gets or sets the secret key for accessing the service.

    Declaration
    string SecretKey { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX