Package org.apache.flink.fs.gs.storage
Interface GSBlobStorage.BlobMetadata
- Enclosing interface:
- GSBlobStorage
public static interface GSBlobStorage.BlobMetadata
Abstract blob metadata.
-
Method Summary
-
Method Details
-
getChecksum
String getChecksum()The crc32 checksum for the blob.- Returns:
- The checksum
-