Skip to content

Commit

Permalink
Merge pull request #1 from annatisch/annatisch-patch-1
Browse files Browse the repository at this point in the history
Updates to Tables spec
  • Loading branch information
shurd authored May 7, 2020
2 parents f5cb6fb + 61dc890 commit b54a37a
Show file tree
Hide file tree
Showing 3 changed files with 468 additions and 116 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"parameters": {
"x-ms-version": "2019-02-02",
"DataServiceVersion": "3.0",
"If-Match": "*",
"url": "myaccount.table.core.windows.net",
"table": "Customers",
"partitionKey": "mypartitionkey",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"parameters": {
"x-ms-version": "2019-02-02",
"DataServiceVersion": "3.0",
"url": "myaccount.table.core.windows.net",
"table": "Customers",
"partitionKey": "mypartitionkey",
"rowKey": "myrowkey",
"tableEntityProperties": {
"Address": "Santa Clara",
"Age": 23,
"AmountDue": 200.23,
"CustomerCode@odata.type": "Edm.Guid",
"CustomerCode": "c9da6455-213d-42c9-9a79-3e9149a57833",
"CustomerSince@odata.type": "Edm.DateTime",
"CustomerSince": "2008-07-10T00:00:00",
"IsActive": false,
"NumberOfOrders@odata.type": "Edm.Int64",
"NumberOfOrders": "255",
"PartitionKey": "mypartitionkey",
"RowKey": "myrowkey"
}
},
"responses": {
"204": {}
}
}
Loading

0 comments on commit b54a37a

Please sign in to comment.