Class Context
Context represents an independent schema grouping in a schema registry instance.
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class Context : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. The name of the context. Structured like:
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}
The context
name {context} can contain the following: * Up to 255 characters. * Allowed characters: letters (uppercase
or lowercase), numbers, and the following special characters: .
, -
, _
, +
, %
, and ~
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Subjects
Optional. The subjects of the context.
Declaration
[JsonProperty("subjects")]
public virtual IList<string> Subjects { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |