DeleteObjectsRequestKeys Property |
获取或者设置需要删除的key列表。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic IList<string> Keys { get; }
Public ReadOnly Property Keys As IList(Of String)
Get
public:
property IList<String^>^ Keys {
IList<String^>^ get ();
}
member Keys : IList<string> with get
Property Value
Type:
IListString
See Also