io.leoplatform.sdk.payload.StoragePayload Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leo-api Show documentation
Show all versions of leo-api Show documentation
SDK for LEO Insights platform
The newest version!
package io.leoplatform.sdk.payload;
import java.util.List;
public interface StoragePayload {
String getEvent();
String getStart();
String getEnd();
List getOffsets();
Long getGzipSize();
Long getSize();
Long getRecords();
StorageStats getStats();
List getCorrelations();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy