ImageRepositoryFileTruncationInfo

GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryFileTruncationInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Describes our knowledge about whether a stored file is truncated with respect to its original file online.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. originalFileSizeLowerBoundBytes (type: String.t, default: nil)
    - A lower bound on the original file's size.
  2. truncationState (type: String.t, default: nil)
    - Indicates whether the stored file is equal to the original file (COMPLETE), is only a prefix (TRUNCATED), or that we don't know (UNKNOWN, the default).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryFileTruncationInfo{
originalFileSizeLowerBoundBytes: String.t() | nil,
truncationState: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryFileTruncationInfo