C# Class Minio.ObjectStat

Afficher le fichier Open project: minio/minio-dotnet Class Usage Examples

Méthodes publiques

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

Object metadata information.

Method Details

ObjectStat() public méthode

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
Résultat System