📄️ Execute
Invoke arbitrary static Java methods. This field is present when the GCASchemaSettings#getStaticMethods API has at least one entry with key OperationType#QUERY.
📄️ Get
Fetch a single record by a unique identifier. This field is present when there is at least 1 read (or write) content type included as an entry type. See GCASchemaSettings#getReadEntryTypes and GCASchemaSettings#getReadWriteEntryTypes for more information.
📄️ Introspect
No description
📄️ Query
Select multiple records at once. This is a bridge to the Dari Query API in Java. This field's inclusion rules are similar to that of Get but it can be omitted if either GCASchemaSettings#isOnlyAllowUniqueIndexLookups or GCASchemaSettings#isExcludeQueryFromAllWhenOnlySingletonEntryFields returns true.
📄️ View
No description