Skip to content

Interface: ResourcefulBinaryTypeOptions

Configuration options for ResourcefulBinaryType instances. Defines constraints for binary data represented as base64-encoded strings.

See

OpenAPI 3.0 String Type

Extends

Extended by

Properties

PropertyTypeDescriptionInherited from
maxLengthnumberMaximum length constraint for the base64-encoded binary data-
minLengthnumberMinimum length constraint for the base64-encoded binary data-
nullable?booleanWhether the value can be nullBaseInterface.nullable
readOnly?booleanWhether the property is read-only (not included in create/update operations)BaseInterface.readOnly
writeOnly?booleanWhether the property is write-only (not included in response serialization)BaseInterface.writeOnly