Interface IArtifactReference
- 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
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
Name
Gets the artifact reference name as a string.
string Name { get; }
Property Value
Version
Gets the version as a string.
string Version { get; }