NEST by Elastic and contributors

<PackageReference Include="NEST" Version="7.17.0" />

.NET API 5,040,128 bytes

 Blob

public class Blob
public string Name { get; }

The name of the blob.

public bool Overwritten { get; }

Whether the blob was overwritten while the read operations were ongoing.

public bool ReadEarly { get; }

Whether any read operations were started before the write operation completed.

public long ReadEnd { get; }

The position, in bytes, at which read operations completed.

public long ReadStart { get; }

The position, in bytes, at which read operations started.

public string Size { get; }

The size of the blob.

public long SizeBytes { get; }

The size of the blob in bytes.

public Blob()