
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:
Blob1 – this is the blob object to be created.