All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.azure.toolkit.lib.cosmos.model.CosmosDBAccountConnectionString Maven / Gradle / Ivy

The newest version!
package com.microsoft.azure.toolkit.lib.cosmos.model;

import javax.annotation.Nullable;

public interface CosmosDBAccountConnectionString {
    @Nullable String getHost();

    @Nullable Integer getPort();

    @Nullable String getUsername();

    @Nullable String getPassword();

    @Nullable String getConnectionString();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy