VaultMobileSDK  18R3
iOS framework for Vault API
Classes | Enumerations
VEVVaultJSONField.h File Reference

Go to the source code of this file.

Classes

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...
 

Enumerations

enum  VEVFieldType { VEVFieldTypeInteger = 0, VEVFieldTypeText = 1 }
 An enumeration that corresponds to basic JSON types, e.g., VEVFieldTypeInteger -> number and VEVFieldTypeText -> string. Other types are not currently supported. More...
 

Detailed Description

Enumeration Type Documentation

◆ 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.