Udostępnij przez


UsageDetails.CachedInputTokenCount Property

Definition

Gets or sets the number of input tokens that were read from a cache.

public:
 property Nullable<long> CachedInputTokenCount { Nullable<long> get(); void set(Nullable<long> value); };
public long? CachedInputTokenCount { get; set; }
member this.CachedInputTokenCount : Nullable<int64> with get, set
Public Property CachedInputTokenCount As Nullable(Of Long)

Property Value

Remarks

Cached input tokens should be counted as part of InputTokenCount.

Applies to