Optional
Readonly
autosaveableOptional
Readonly
encodingLatest read encoding of this resource.
Optional if a resource does not support encoding, check with in
operator`.
Undefined if a resource did not read content yet.
Optional
Readonly
initiallyOptional
Readonly
onOptional
Readonly
onOptional
Readonly
readReadonly
uriOptional
Readonly
versionLatest read version of this resource.
Optional if a resource does not support versioning, check with in
operator`.
Undefined if a resource did not read content yet.
Dispose this object.
Optional
guessReads latest content of this resource.
If a resource supports versioning it updates version to latest. If a resource supports encoding it updates encoding to latest.
Optional
options: ResourceReadOptionsOptional
readStream latest content of this resource.
If a resource supports versioning it updates version to latest. If a resource supports encoding it updates encoding to latest.
Optional
options: ResourceReadOptionsOptional
saveApplies incremental content changes to this resource.
If a resource supports versioning clients can pass some version to check against it, if it is not provided latest version is used. It updates version to latest.
Optional
options: ResourceSaveOptionsOptional
saveRewrites the complete content for this resource. If a resource does not exist it will be created.
If a resource supports versioning clients can pass some version to check against it, if it is not provided latest version is used.
It updates version and encoding to latest.
Optional
options: ResourceSaveOptionsOptional
saveRewrites the complete content for this resource. If a resource does not exist it will be created.
If a resource supports versioning clients can pass some version to check against it, if it is not provided latest version is used.
It updates version and encoding to latest.
Optional
options: ResourceSaveOptions
If false, the application should not attempt to auto-save this resource.