UsageDetails.CachedInputTokenCount Property
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.
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.