Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.38 KB

File metadata and controls

19 lines (16 loc) · 1.38 KB

# SfvbFileContentResponse

Properties

Name Type Description Notes
auto_compiled bool True when this file is compiler output and must not be edited directly. [optional]
content string UTF-8 content. Only text/_* files can be read this way. [optional]
fs_file_oid int StoreFront file system file oid. [optional]
hash_sha256 string SHA-256 of the content. Send this back as If-Match when writing. The ETag header carries the same hash, but a compressing proxy may append a suffix such as -gzip to it, so this body value is the authoritative one. Both forms are accepted on write. [optional]
mime_type string Mime type. [optional]
path string Full path of the file. [optional]
size int Size in bytes. [optional]
truncated bool True when the content was cut short. Never truncated silently. [optional]
valid bool False when the file failed Velocity validation on its last write. [optional]
velocity_errors string Velocity errors recorded on the last write. Null when valid. [optional]
version int Version number of the content returned. [optional]

[Back to Model list] [Back to API list] [Back to README]