Table of Contents

Interface IArtifactReference

Namespace
Solace.SchemaRegistry.Serdes.Core.Resolver.Strategy
Assembly
Solace.SchemaRegistry.Serdes.Core.dll

Represents a reference to an Artifact in a schema registry.

public interface IArtifactReference

Properties

ArtifactId

Gets the artifactId as a string.

string ArtifactId { get; }

Property Value

string

ContentId

Gets the contentId.

long? ContentId { get; }

Property Value

long?

GlobalId

Gets the globalId.

long? GlobalId { get; }

Property Value

long?

GroupId

Gets the groupId as a string.

string GroupId { get; }

Property Value

string

Name

Gets the artifact reference name as a string.

string Name { get; }

Property Value

string

Version

Gets the version as a string.

string Version { get; }

Property Value

string