コード例 #1
0
 public GoogleCloudStorageObjectConfiguration(string key, GoogleCloudStorageCannedAcl cannedAcl, int maxFileSize)
 {
     _key = key;
     _cannedAcl = cannedAcl;
     _maxFileSize = maxFileSize;
 }
コード例 #2
0
 public GoogleCloudStorageObjectConfiguration(string key, GoogleCloudStorageCannedAcl cannedAcl, long maxFileSize)
 {
     _key         = key;
     _cannedAcl   = cannedAcl;
     _maxFileSize = maxFileSize;
 }