StacAssetUrlSigningMode 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.
Represent the signature type for asset URLs.
public readonly struct StacAssetUrlSigningMode : IEquatable<Azure.Analytics.PlanetaryComputer.StacAssetUrlSigningMode>
type StacAssetUrlSigningMode = struct
Public Structure StacAssetUrlSigningMode
Implements IEquatable(Of StacAssetUrlSigningMode)
- Inheritance
-
StacAssetUrlSigningMode
- Implements
Constructors
| Name | Description |
|---|---|
| StacAssetUrlSigningMode(String) |
Initializes a new instance of StacAssetUrlSigningMode. |
Properties
| Name | Description |
|---|---|
| False |
Do not sign asset URLs in the response. |
| True |
Sign asset URLs in the response. |
Methods
| Name | Description |
|---|---|
| Equals(StacAssetUrlSigningMode) |
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(StacAssetUrlSigningMode, StacAssetUrlSigningMode) |
Determines if two StacAssetUrlSigningMode values are the same. |
| Implicit(String to Nullable<StacAssetUrlSigningMode>) | |
| Implicit(String to StacAssetUrlSigningMode) |
Converts a string to a StacAssetUrlSigningMode. |
| Inequality(StacAssetUrlSigningMode, StacAssetUrlSigningMode) |
Determines if two StacAssetUrlSigningMode values are not the same. |