UploadPartCopyRequestBeginIndex Property |
获取或设置拷贝源Object的起始位置。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic Nullable<long> BeginIndex { get; set; }
Public Property BeginIndex As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> BeginIndex {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member BeginIndex : Nullable<int64> with get, set
Property Value
Type:
NullableInt64
See Also