Class GoogleCloudDiscoveryengineV1betaSchema
Defines the structure and layout of a type of document data.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSchema : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
JsonSchema
The JSON representation of the schema.
Declaration
[JsonProperty("jsonSchema")]
public virtual string JsonSchema { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Immutable. The full resource name of the schema, in the format of
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}
.
This field must be a UTF-8 encoded string with a length limit of 1024 characters.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
StructSchema
The structured representation of the schema.
Declaration
[JsonProperty("structSchema")]
public virtual IDictionary<string, object> StructSchema { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |