Save and retrieve objects into a persistent store.
Inserts an entry into the big data service.
The table to insert the data into
The identifier for the object being inserted into big data
The data to store in the table
the result from the service
an Error with a message describing the reason for failure
busby.bigData.insert("material", "BigBuckBunny", {
resolution: {
value: "1920x1080",
dataType: "text",
unit: "pixels"
},
bitRate: {
value: 100000,
dataType: "long",
unit: "kbps"
},
})