StacLink Class
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.
Link model. Ref: http://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/schemas/link.yaml Represents a link.
public class StacLink : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.StacLink>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.StacLink>
type StacLink = class
interface IJsonModel<StacLink>
interface IPersistableModel<StacLink>
Public Class StacLink
Implements IJsonModel(Of StacLink), IPersistableModel(Of StacLink)
- Inheritance
-
StacLink
- Implements
Constructors
| Name | Description |
|---|---|
| StacLink(String) |
Initializes a new instance of StacLink. |
Properties
| Name | Description |
|---|---|
| Body |
For POST requests, the resource can specify the HTTP body as a JSON object. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| Headers |
Object key-value pairs that map to headers. Example: { "Accept": "application/json" }. |
| Href |
The URL of the link. |
| Hreflang |
The language of the linked resource. |
| Kind |
The MIME type of the linked resource. |
| Length |
The length of the linked resource. |
| Merge |
Indicates whether the client is expected to merge the body value into the current request body before following the link. This is only valid when the server is responding to a POST request. Default: false. |
| Method |
Specifies the HTTP method that the resource expects. Default: GET. |
| Rel |
The relationship type of the link. |
| Title |
The title of the link. |