Table 18122311 EOS BlobSpec
A general purpose BlobSpec to reference binary data from various sources.
Language | Caption |
---|---|
da-DK | BlobSpec |
de-AT | BlobSpec |
de-CH | BlobSpec |
de-DE | BlobSpec |
en-AU | BlobSpec |
en-CA | BlobSpec |
en-GB | BlobSpec |
en-NZ | BlobSpec |
es-ES | BlobSpec |
es-MX | BlobSpec |
fr-BE | BlobSpec |
fr-CA | BlobSpec |
fr-CH | BlobSpec |
fr-FR | BlobSpec |
en-US | BlobSpec |
it-CH | BlobSpec |
it-IT | BlobSpec |
nl-BE | BlobSpec |
nl-NL | BlobSpec |
1
)Integer
A generic primary key.
Language | Caption |
---|---|
da-DK | # Nr |
de-AT | Lfd.-Nr. |
de-CH | Lfd.-Nr. |
de-DE | Lfd.-Nr. |
en-AU | Entry No. |
en-CA | Entry No. |
en-GB | Entry No. |
en-NZ | Entry No. |
es-ES | Entrada Nº |
es-MX | Entrada Nº |
fr-BE | No. d’entrée |
fr-CA | No. d’entrée |
fr-CH | No. d’entrée |
fr-FR | No. d’entrée |
en-US | Entry No. |
it-CH | Nr. movimento |
it-IT | Nr. movimento |
nl-BE | Entry No. |
nl-NL | Entry No. |
10
)Option
Base64String
(0) , Url
(1)
Specifies the content type of the BlobSpec.
Language | Caption |
---|---|
da-DK | Indholds type |
de-AT | Content Type |
de-CH | Content Type |
de-DE | Content Type |
en-AU | Content Type |
en-CA | Content Type |
en-GB | Content Type |
en-NZ | Content Type |
es-ES | Tipo de contenido |
es-MX | Tipo de contenido |
fr-BE | Type de contenu |
fr-CA | Type de contenu |
fr-CH | Type de contenu |
fr-FR | Type de contenu |
en-US | Content Type |
it-CH | Content Type |
it-IT | Content Type |
nl-BE | Content Type |
nl-NL | Content Type |
11
)Blob
Contains a string representation of a binary object. The format of the data depends on Content Type
.
Language | Caption |
---|---|
da-DK | Indhold |
de-AT | Content |
de-CH | Content |
de-DE | Content |
en-AU | Content |
en-CA | Content |
en-GB | Content |
en-NZ | Content |
es-ES | Contenido |
es-MX | Contenido |
fr-BE | Contenu |
fr-CA | Contenu |
fr-CH | Contenu |
fr-FR | Contenu |
en-US | Content |
it-CH | Content |
it-IT | Content |
nl-BE | Inhoud |
nl-NL | Inhoud |
procedure Serialize(): JsonObject
Serializes this instance to JSON.
Returns JsonObject
The JSON representation of this instance.
procedure Deserialize(jt: JsonToken)
Deserializes an instance from a JSON representation.
jt JsonToken
A JSON representation of a BlobSpec. This will be interpreted as a JSON object.
procedure Deserialize(jo: JsonObject)
Deserializes an instance from a JSON representation.
jo JsonObject
A JSON representation of a BlobSpec.
procedure FromStream(is: InStream)
Creates an instance of a BlobSpec from a stream.
is InStream
The data stream where to read data from.
procedure FromBlob(var TmpBlob: Codeunit "Temp Blob")
Creates an instance of a BlobSpec from a TmpBlob.
TmpBlob Codeunit "Temp Blob"
The blob where to read data from.
procedure FromUrl(Url: Text)
Creates an instance of a BlobSpec as a link to an external binary object.
Url Text
The URL to a binary object. The object itself is not downloaded and stored, only a link to it will be stored.
procedure ToBlob(var TmpBlob: Codeunit "Temp Blob")
Creates a TempBlob from the BlobSpec containing the decoded original binary data. This only works if Content Type
is Base64String.
TmpBlob Codeunit "Temp Blob"
The TmpBlob where the resulting binary data will be written to.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.