Interface: ResourcefulBinaryTypeOptions
Configuration options for ResourcefulBinaryType instances. Defines constraints for binary data represented as base64-encoded strings.
See
Extends
Extended by
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
maxLength | number | Maximum length constraint for the base64-encoded binary data | - |
minLength | number | Minimum length constraint for the base64-encoded binary data | - |
nullable? | boolean | Whether the value can be null | BaseInterface.nullable |
readOnly? | boolean | Whether the property is read-only (not included in create/update operations) | BaseInterface.readOnly |
writeOnly? | boolean | Whether the property is write-only (not included in response serialization) | BaseInterface.writeOnly |