ContentInfo
ContentInfo class
对象包含从跨多个数据中心的多个服务器收集的操作和事件聚合的简要信息。
public class ContentInfo
构造函数
姓名 | 描述 |
---|---|
ContentInfo() | 默认构造函数。 |
特性
姓名 | 描述 |
---|---|
ContentId { get; set; } | 获取或设置唯一标识内容的不透明字符串。 |
ContentType { get; set; } | 获取或设置内容类型。 |
ContentUri { get; set; } | 获取或设置检索内容时使用的 URL。 |
Created { get; set; } | 获取或设置内容可用的日期时间。 |
Expiration { get; set; } | 获取或设置内容将不再可用于检索的日期时间。 |