0
AzureのPHP SDKを使用して、Azureテーブルストレージ内の既存のプロパティに値を追加したいとします。たとえば:エンティティのプロパティに値を追加するAzureテーブルのストレージ
PartitionKey: PartitionValue | RowKey: RowValue | PropertyValue -> Value1
私はこのようなValue1
にValue2
を追加したい:
PartitionKey: PartitionValue | RowKey: RowValue | PropertyValue -> Value1:Value2
これは可能ですか? Azure SDK for PHPのinsertOrMerge
エンティティで可能ですか?