Interface: VersionPayloadDataAttributes
Defined in: model/versionPayloadDataAttributes.ts:9
The properties of the version to be created.
Export
VersionPayloadDataAttributes
Properties
displayName?
optional
displayName:string
Defined in: model/versionPayloadDataAttributes.ts:31
Reserved for future use. Use data.attributes.name
for the name.
Memberof
VersionPayloadDataAttributes
extension
extension:
VersionPayloadDataAttributesExtension
Defined in: model/versionPayloadDataAttributes.ts:25
Memberof
VersionPayloadDataAttributes
name
name:
string
Defined in: model/versionPayloadDataAttributes.ts:19
The file name to be used when synced to local disk (1-255 characters).
Avoid using the following reserved characters in the name: <
, >
, :
, "
, /
, \
, |
, ?
, *
, '
, \n
, \r
, \t
, \0
, \f
, ¢
, ™
, $
, ®
.
If you are creating the new version by copying an existing version of another item, the system uses the name of the source by default. However, if you specify a name, it will override the default name.
Memberof
VersionPayloadDataAttributes