C# Class Minio.ObjectStat

显示文件 Open project: minio/minio-dotnet Class Usage Examples

Public Methods

Method Description
ObjectStat ( string objectName, long size, System.DateTime lastModified, string etag, string contentType ) : System

Object metadata information.

Method Details

ObjectStat() public method

Object metadata information.
public ObjectStat ( string objectName, long size, System.DateTime lastModified, string etag, string contentType ) : System
objectName string Object name
size long Object size
lastModified System.DateTime Last when object was modified
etag string Unique entity tag for the object
contentType string Object content type
return System