Blob Examples

Example 1. Create a blob object.

result = Blob.Create("Blob1")

Blob.AppendByte("Blob1", 1)

Blob.AppendByte("Blob1", 2)

Blob.AppendByte("Blob1", 3)

Blob.AppendByte("Blob1", 4)

Blob.AppendByte("Blob1", 5)

Blob.AppendByte("Blob1", 6)

Blob.AppendByte("Blob1", 7)

result = Blob.Size("Blob1")

Note: