Go to the source code of this file.
|
class | VEVVaultJSONField |
| Instances of this class are associated with a specific key/value pair from a Vault response schema, e.g., the name__v key from the JSON schema used by the documents endpoint. It is used to specify which keys are searchable when creating a VEVVaultJSONCache. All such keys must exist at the top level of the JSON schema. The type property must correspond the appropriate JSON type in the JSON schema. More...
|
|
- Copyright
- Copyright © 2018 Veeva Systems, Inc. All rights reserved.
◆ VEVFieldType
An enumeration that corresponds to basic JSON types, e.g., VEVFieldTypeInteger
-> number
and VEVFieldTypeText
-> string
. Other types are not currently supported.
Enumerator |
---|
VEVFieldTypeInteger | Represents JSON number type.
|
VEVFieldTypeText | Represents JSON string type.
|