메소드 | 설명 | |
---|---|---|
GetContentType ( string newContentType, string>.Dictionary |
Return the content type to use for a Cloud Storage object given existing values, defauts, etc. The order of precidence is: 1. New content type, e.g. a ContentType parameter. 2. New metadata, e.g. Metadata value specified via parameter. 3. Default content type to apply (potentially null), e.g. sniffing file content. If no match is found, will return OctetStreamMimeType.
|
|
InferContentType ( string file ) : string |
Infer the MIME type of a non-qualified file path. Returns null if no match is found.
|
메소드 | 설명 | |
---|---|---|
ConvertToDictionary ( |
Convert a PowerShell HashTable object into a string/string Dictionary.
|
|
ConvertToDictionary ( string>.IDictionary |
Converts an IDictionary into a Dictionary instance. (This method is preferred over passing it to the constructor for Dictionary since this will handle the null case.)
|
|
GetBaseUri ( string bucket, string objectName ) : string |
Constructs the media URL of an object from its bucket and name. This does not include the generation or any preconditions. The returned string will always have a query parameter, so later query parameters can unconditionally be appended with an "&" prefix.
|
메소드 | 설명 | |
---|---|---|
StorageService ( GetBaseClientServiceInitializer ( ) : System |
protected ConvertToDictionary ( |
||
hashtable | ||
리턴 | string>.Dictionary |
protected ConvertToDictionary ( string>.IDictionary |
||
idict | string>.IDictionary | |
리턴 | string>.Dictionary |
protected GetBaseUri ( string bucket, string objectName ) : string | ||
bucket | string | |
objectName | string | |
리턴 | string |
public GetContentType ( string newContentType, string>.Dictionary |
||
newContentType | string | |
newMetadata | string>.Dictionary | |
defaultContentType | string | |
리턴 | string |
public static InferContentType ( string file ) : string | ||
file | string | |
리턴 | string |