PolarExpress.Schemas.S3FileCreatePart (polar_express v0.1.5)

Copy Markdown View Source

S3FileCreatePart

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.S3FileCreatePart{
  checksum_sha256_base64: String.t() | nil,
  chunk_end: integer() | nil,
  chunk_start: integer() | nil,
  number: integer() | nil
}
  • checksum_sha256_base64 - Nullable.
  • chunk_end
  • chunk_start
  • number

Functions

schema_name()