Index
Represents the index defined within a custom big
object. Available in Tooling API version 41.0 and later.
Supported SOAP Calls
query(), retrieve()
Supported REST HTTP Methods
Query, GET
Fields
Usage
REST GET
1{
2 "attributes" : {
3 "type" : "Index",
4 "url" : "/services/data/v41.0/tooling/sobjects/Index/0c0D000000000GUIAY"
5 },
6 "Id" : "0c0D000000000GUIAY",
7 "SobjectType" : "01ID0000000AwIcMAK",
8 "DeveloperName" : "BigObject_PK",
9 "MasterLabel" : "BigOBject_PK",
10 ...
11 "Type" : "PRIMARY"
12}