Package com.pkgrove.pkgrovekit.storage
Class DatasetPart
-
- All Implemented Interfaces:
public final class DatasetPartOne published dataset part as the manifest records it.
-
-
Field Summary
Fields Modifier and Type Field Description private final ObjectKeykeyprivate final StringstagedNameprivate final LongsizeBytesprivate final LongrowCountprivate final Stringsha256Base64
-
Method Summary
Modifier and Type Method Description final ObjectKeygetKey()final StringgetStagedName()final LonggetSizeBytes()final LonggetRowCount()final StringgetSha256Base64()-
-
Method Detail
-
getStagedName
final String getStagedName()
-
getSizeBytes
final Long getSizeBytes()
-
getRowCount
final Long getRowCount()
-
getSha256Base64
final String getSha256Base64()
-
-
-
-