Is there a way to modify just the subtype of the Binary element in MongoDB?
I currently have a Binary element in my database with type 0x00
BinData(0, xxx)
Can this be done using the shell to only update the subType and change it to a different value?
Or is it necessary to create a new property with the old binary part?
new BinData(newVal, xxx)