Skip to content

Commit 233e91f

Browse files
committed
add fileType comment of putPolicy
1 parent b809aae commit 233e91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qiniu/Storage/PutPolicy.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public class PutPolicy
135135
public int? DeleteAfterDays { get; set; }
136136

137137
/// <summary>
138-
/// [可选]文件的存储类型,默认为普通存储,设置为1为低频存储
138+
/// [可选]文件的存储类型,默认为普通存储,设置为:0 标准存储(默认),1 低频存储,2 归档存储,3 深度归档存储
139139
/// </summary>
140140
[JsonProperty("fileType", NullValueHandling = NullValueHandling.Ignore)]
141141
public int? FileType { get; set; }

0 commit comments

Comments
 (0)