Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 3.08 KB

File metadata and controls

28 lines (23 loc) · 3.08 KB

com.ultracart.admin.v2.Model.SfvbVersionResponse

Properties

Name Type Description Notes
ContainerManagerVersion string Container manager version used to compile for this merchant. [optional]
ContainerVersionsRetained int Versions kept per non-file container before the oldest are pruned. Beyond this, history is gone - not merely paginated. [optional]
ElementCount int Number of element types this version recognizes. [optional]
MaxAssetBytes long Largest binary asset that can be uploaded, in bytes, for every accepted type except video. [optional]
MaxCjsonBytes int Largest CJSON document that will be parsed, in bytes. [optional]
MaxDirectoryEntries int Most entries one directory listing returns. Asking for more is silently reduced to this rather than refused, so compare against it instead of trusting that you got what you asked for. The listing does set a truncated flag when it drops entries. [optional]
MaxLibraryResultsPerPage int Most element library results one page returns. Asking for more is silently reduced to this, and unlike the directory listing there is no truncation flag on the response, so this number is the only way to know a larger request was cut. [optional]
MaxPreviewSessionBytes int Largest payload one preview session may hold, in bytes. [optional]
MaxRevertableBytes int Largest historical version files/revert will restore, in bytes. Higher than max_text_read_bytes deliberately - putting back a version that is already stored is cheaper than serving it as JSON, so a version too large to read can still be reverted to. [optional]
MaxSearchResults int Hard ceiling on file search results per page. [optional]
MaxTemplateBytes int Largest .vm template that can be written, in bytes. Narrow on purpose - it gates writes, only for files ending in .vm, and it is not the ceiling on reading a file back. Use max_text_read_bytes for that. [optional]
MaxTextReadBytes int Largest file files/content will return as text, in bytes. A file above this is refused with sfvb.too_large however small its history versions are. Bigger than max_template_bytes, so a file can be readable here and still be too large to write back as a template. Anything above this is still readable in full through files/download, which returns raw bytes and applies no ceiling. [optional]
MaxVideoBytes long Largest video that can be uploaded, in bytes. Video is the one type allowed past max_asset_bytes. [optional]
MaxWidgetIdsPerRequest int Most widget ids that can be reserved in one call. [optional]
PreviewSessionTtlSeconds int Seconds a preview session survives before expiring. [optional]
Release string Release channel selected for this merchant. [optional]

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