java.lang.Object
co.elastic.clients.elasticsearch.snapshot.repository_analyze.BlobDetails
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class BlobDetails extends Object implements JsonpSerializable
See Also:
  • Field Details

  • Method Details

    • of

    • name

      public final String name()
      Required - The name of the blob.

      API name: name

    • overwritten

      public final boolean overwritten()
      Required - Indicates whether the blob was overwritten while the read operations were ongoing. /**

      API name: overwritten

    • readEarly

      public final boolean readEarly()
      Required - API name: read_early
    • readEnd

      public final long readEnd()
      Required - The position, in bytes, at which read operations completed.

      API name: read_end

    • readStart

      public final long readStart()
      Required - The position, in bytes, at which read operations started.

      API name: read_start

    • reads

      public final ReadBlobDetails reads()
      Required - A description of every read operation performed on the blob.

      API name: reads

    • size

      public final String size()
      Required - The size of the blob.

      API name: size

    • sizeBytes

      public final long sizeBytes()
      Required - The size of the blob in bytes.

      API name: size_bytes

    • serialize

      public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setupBlobDetailsDeserializer

      protected static void setupBlobDetailsDeserializer(ObjectDeserializer<BlobDetails.Builder> op)