Package org.apache.flink.fs.gs.storage
Interface GSBlobStorage.BlobMetadata
-
- Enclosing interface:
- GSBlobStorage
public static interface GSBlobStorage.BlobMetadata
Abstract blob metadata.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getChecksum()
The crc32 checksum for the blob.
-
-
-
Method Detail
-
getChecksum
String getChecksum()
The crc32 checksum for the blob.- Returns:
- The checksum
-
-