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

com.microsoft.azure.kusto.ingest.source.SourceInfo Maven / Gradle / Ivy

There is a newer version: 5.2.0
Show newest version
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

package com.microsoft.azure.kusto.ingest.source;

import java.util.UUID;

public interface SourceInfo {
    /**
     * Checks that this SourceInfo is defined appropriately.
     */
    void validate();

    UUID getSourceId();

    void setSourceId(UUID sourceId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy