[tcallusdb knowledge base] restfulapi2 0 for generic table - [Pb] Introduction to batchinsertrecords

brief introduction To add data in batch in PB table, you can specify the insertion method. Batch insertion interface is a non atomic interface, which allows partial success and partial failure. The user needs to judge the number of successful records or failed records according to the return value. POST http://{Tcaplus_REST_URL} Request syn ...

Posted by gnawz on Mon, 21 Feb 2022 03:49:17 +0100

[tcallusdb knowledge base] restful API For generic table - [PB] ReplaceRecord introduce

[tcallusdb knowledge base] restfulapi2 0 for generic table - [Pb] replacerecord2 0 Introductionbrief introductionAdd a new record or replace the old one with a new one. If the record already exists, update it; If the record does not exist, insert a new record.POST http://{Tcaplus_REST_URL}Request syntaxHttp request#Tencent cloud console RESTful ...

Posted by jkohns on Fri, 11 Feb 2022 23:49:16 +0100

[tcallusdb knowledge base] restful API For list table - [PB] [PB] ListDeleteRecord introduce

[tcallusdb knowledge base] restfulapi2 0 for list table - [Pb] listdeleterecord2 0 Introductionbrief introductionDelete the record of the specified subscript under the corresponding Key in the List PB table.Index: Specifies the subscript of the record to delete.POST http://{Tcaplus_REST_URL}Request syntaxHttp request#Tencent cloud console RESTf ...

Posted by php_joe on Fri, 11 Feb 2022 19:13:04 +0100

[tcallusdb knowledge base] restful API For generic table - [PB] ReplaceRecord introduce

[tcallusdb knowledge base] restfulapi2 0 for generic table - [Pb] fieldgetrecord2 0 Introductionbrief introductionQuery the corresponding record, get the specified field and return. Compared with the specified fields returned by GetRecord (Select parameter), the difference is that FieldGetRecord filters on the server and the network traffic is ...

Posted by mgrphp on Fri, 11 Feb 2022 15:45:52 +0100

[tcallusdb knowledge base] restful API For list table - [PB] [PB] ListBatchGetRecord introduction

[tcallusdb knowledge base] restfulapi2 0 for list table - [PB] [PB] ListBatchGetRecord introductionbrief introductionBatch query the records under the specified Key in the List PB table.Index: Specifies the subscript of the record to return.POST http://{Tcaplus_REST_URL}Request syntaxHttp request#Tencent cloud console RESTful Endpoint, ip:80, p ...

Posted by asy1mpo on Fri, 11 Feb 2022 03:07:20 +0100

[tcallusdb knowledge base] restful API For list table - [PB] [PB] ListBatchGetRecord introduction

[tcallusdb knowledge base] restfulapi2 0 for list table - [Pb] listgetallrecords2 0 Introductionbrief introductionQuery all records under the corresponding Key in the List PB table, and Limit the number of records returned each time through Limit and Offset.Limit: limit the number of records returned. If the limit is - 1, all records will be re ...

Posted by sharugan on Thu, 10 Feb 2022 20:30:14 +0100