Cloud Tables
API References for Cloud Data Storage Service
Find Rows
new JoinParams{
TableName = "Another Table ID",
foreignField = "col name",
localField = "col name"
}new Eq("player_ startid", 20).ToQuery(),new And(
new Eq("player_id", 20),
new Eq("status", 1)
).ToQuery(),Find Row By ID
Find Row By ID Then Delete
Find Row By ID Then Update
Insert New Row
Insert Many Rows
Update many Rows
Delete Row By ID
Delete Many Rows
Last updated