Class DeltaLakeTable


  • @Immutable
    public abstract class DeltaLakeTable
    extends Content
    • Constructor Detail

      • DeltaLakeTable

        public DeltaLakeTable()
    • Method Detail

      • getMetadataLocationHistory

        @NotNull
        public abstract @NotNull java.util.List<java.lang.String> getMetadataLocationHistory()
      • getCheckpointLocationHistory

        @NotNull
        public abstract @NotNull java.util.List<java.lang.String> getCheckpointLocationHistory()
      • getLastCheckpoint

        @Nullable
        public abstract java.lang.String getLastCheckpoint()
      • getType

        public Content.Type getType()
        Description copied from class: Content
        Returns the Content.Type value for this content object.

        The name of the returned value should match the JSON type name used for serializing the content object.

        Specified by:
        getType in class Content