Share via


AzureFileExpirationAnchor Struct

Definition

public readonly struct AzureFileExpirationAnchor : IEquatable<Azure.AI.OpenAI.Files.AzureFileExpirationAnchor>
type AzureFileExpirationAnchor = struct
Public Structure AzureFileExpirationAnchor
Implements IEquatable(Of AzureFileExpirationAnchor)
Inheritance
AzureFileExpirationAnchor
Implements

Constructors

Name Description
AzureFileExpirationAnchor(String)

Initializes a new instance of AzureFileExpirationAnchor.

Properties

Name Description
CreatedAt

Defines the anchor relative to the created_at time.

Methods

Name Description
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

Name Description
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.

Applies to