Table of Contents

Class GeminiCachedContentPatchData

Data to patch an existing cached content resource with new data.

public class GeminiCachedContentPatchData
Inheritance
GeminiCachedContentPatchData
Extension Methods

Fields

ExpireTime

Timestamp in UTC of when this resource is considered expired.

public DateTime? ExpireTime

Field Value

DateTime?

Remarks

If not provided, TimeToLive must be provided.

TimeToLive

New TTL for this resource.

public TimeSpan? TimeToLive

Field Value

TimeSpan?

Remarks

If not provided, ExpireTime must be provided.