GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryFileTruncationInfo
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
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):
Attributes
-
originalFileSizeLowerBoundBytes
(type:String.t
, default:nil
)
- A lower bound on the original file's size. -
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
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryFileTruncationInfo