We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b809aae commit 233e91fCopy full SHA for 233e91f
src/Qiniu/Storage/PutPolicy.cs
@@ -135,7 +135,7 @@ public class PutPolicy
135
public int? DeleteAfterDays { get; set; }
136
137
/// <summary>
138
- /// [可选]文件的存储类型,默认为普通存储,设置为1为低频存储
+ /// [可选]文件的存储类型,默认为普通存储,设置为:0 标准存储(默认),1 低频存储,2 归档存储,3 深度归档存储
139
/// </summary>
140
[JsonProperty("fileType", NullValueHandling = NullValueHandling.Ignore)]
141
public int? FileType { get; set; }
0 commit comments