StacLinkKind Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MIME types for links.
public readonly struct StacLinkKind : IEquatable<Azure.Analytics.PlanetaryComputer.StacLinkKind>
type StacLinkKind = struct
Public Structure StacLinkKind
Implements IEquatable(Of StacLinkKind)
- Inheritance
-
StacLinkKind
- Implements
Constructors
| Name | Description |
|---|---|
| StacLinkKind(String) |
Initializes a new instance of StacLinkKind. |
Properties
| Name | Description |
|---|---|
| ApplicationGeoJson |
Represents an application/geo+json. |
| ApplicationJson |
Represents an application/json. |
| ApplicationXBinary |
Represents an application/x-binary. |
| ApplicationXml |
Represents an application/xml. |
| ApplicationXProtobuf |
Represents an application/x-protobuf. |
| ImageJp2 |
Represents an image/jp2. |
| ImageJpeg |
Represents an image/jpeg. |
| ImageJpg |
Represents an image/jpg. |
| ImagePng |
Represents an image/png. |
| ImageTiffApplicationGeotiff |
Represents an image/tiff with application=geotiff. |
| ImageWebp |
Represents an image/webp. |
| TextHtml |
Represents a text/html. |
| TextPlain |
Represents a text/plain. |
Methods
| Name | Description |
|---|---|
| Equals(StacLinkKind) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(StacLinkKind, StacLinkKind) |
Determines if two StacLinkKind values are the same. |
| Implicit(String to Nullable<StacLinkKind>) | |
| Implicit(String to StacLinkKind) |
Converts a string to a StacLinkKind. |
| Inequality(StacLinkKind, StacLinkKind) |
Determines if two StacLinkKind values are not the same. |