@@ -12,6 +12,6 @@ namespace TEAMModelOS.SDK.Models
[PartitionKey]
public string code { get; set; }
public string pk { get; set; }
- public int? ttl { get; set; }
+ public int? ttl { get; set; } = -1;
}