Show / Hide Table of Contents

Class UploadFileInfo

上傳檔案

Inheritance
System.Object
UploadFileInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: com.emc.s3.lib
Assembly: com.emc.s3.lib.dll
Syntax
public class UploadFileInfo

Properties

Content

內容

Declaration
public byte[] Content { get; set; }
Property Value
Type Description
System.Byte[]

ID

ID

Declaration
public Guid ID { get; set; }
Property Value
Type Description
System.Guid

Owner

擁有者

Declaration
public string Owner { get; set; }
Property Value
Type Description
System.String
Back to top