AzureFileExpirationAnchor 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.
public readonly struct AzureFileExpirationAnchor : IEquatable<Azure.AI.OpenAI.Files.AzureFileExpirationAnchor>
type AzureFileExpirationAnchor = struct
Public Structure AzureFileExpirationAnchor
Implements IEquatable(Of AzureFileExpirationAnchor)
- Inheritance
-
AzureFileExpirationAnchor
- Implements
Constructors
| AzureFileExpirationAnchor(String) |
Initializes a new instance of AzureFileExpirationAnchor. |
Properties
| CreatedAt |
Defines the anchor relative to the |
Methods
| Equals(AzureFileExpirationAnchor) |
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
| Equality(AzureFileExpirationAnchor, AzureFileExpirationAnchor) |
Determines if two AzureFileExpirationAnchor values are the same. |
| Implicit(String to AzureFileExpirationAnchor) |
Converts a string to a AzureFileExpirationAnchor. |
| Inequality(AzureFileExpirationAnchor, AzureFileExpirationAnchor) |
Determines if two AzureFileExpirationAnchor values are not the same. |