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

com.microsoft.azure.kusto.ingest.resources.RankedStorageAccount Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package com.microsoft.azure.kusto.ingest.resources;

public class RankedStorageAccount {
    private final String accountName;

    public RankedStorageAccount(String accountName) {
        this.accountName = accountName;
    }

    public void addResult(boolean success) {

    }

    public double getRank() {
        return 1;
    }

    public String getAccountName() {
        return accountName;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy