Class VersionStacExtension
Inheritance
System.Object
VersionStacExtension
Assembly: DotNetStac.dll
Syntax
public class VersionStacExtension : StacPropertiesContainerExtension, IStacExtension
Fields
|
Improve this Doc
View Source
DeprecatedField
Declaration
public const string DeprecatedField = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
JsonSchemaUrl
Declaration
public const string JsonSchemaUrl = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LatestVersionRel
Declaration
public const string LatestVersionRel = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PredecessorVersionRel
Declaration
public const string PredecessorVersionRel = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SuccessorVersionRel
Declaration
public const string SuccessorVersionRel = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VersionField
Declaration
public const string VersionField = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
Deprecated
Gets or sets a value indicating whether specifies that the Collection or Item is deprecated with the potential to be removed.
Declaration
public bool Deprecated { get; set; }
Property Value
Type |
Description |
System.Boolean |
A value indicating whether specifies that the Collection or Item is deprecated with the potential to be removed.
|
|
Improve this Doc
View Source
ItemFields
Gets potential fields and their types
Declaration
public override IDictionary<string, Type> ItemFields { get; }
Property Value
Type |
Description |
IDictionary<System.String, Type> |
Potential fields and their types
|
Overrides
|
Improve this Doc
View Source
Version
Gets or sets version of the Collection or Item.
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
Version of the Collection or Item.
|
Methods
|
Improve this Doc
View Source
GetSummaryFunctions()
Get he potential summary functions for each field that can be summarized
Declaration
public override IDictionary<string, ISummaryFunction> GetSummaryFunctions()
Returns
Type |
Description |
IDictionary<System.String, ISummaryFunction> |
Dictionary of summary functions
|
Overrides
Implements
Extension Methods