C# (CSharp) TrueVault.Net.Models.Schema Namespace

Classes

Name Description
Schema

A Schema specifies the fields in a Document to index by the search engine. Schemas are specific to a Vault so you may update schemas in one Vault without affecting the schemas in another Vault.

When a Schema is updated, all Documents associated with the updated Schema will be automatically re-indexed by our search engine.

A Schema with Documents associated with it can not be deleted. You must delete all documents first.
SchemaField A field in a search Schema
SchemaGetListResponse Returned from GET /{VaultId}/schemas
SchemaGetResponse Response wrapper containing a Schema, returned from GET /{VaultId}/schemas/{SchemaId}
SchemaSaveResponse Schema, returned from POST or PUT /{VaultId}/schemas/{SchemaId}
SchemaSaveSuccessResponse Response wrapper containing a Schema, returned from POST or PUT /{VaultId}/schemas/{SchemaId}