IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

addMetadata (method)

Adds a metadata item to the Metadata properties.

Syntax

- (void)addMetadata:(NSString*)name :(NSString*)value;
public func addMetadata(_ name: String, _ value: String) throws -> Void

Remarks

This method adds a metadata item to the Metadata* properties. Name specifies the name of the item, and Value specifies the value of the item. Keep in mind that the server stores metadata names in lowercase.

If Name begins with a service-specific metadata (e.g., x-amz-meta-, x-goog-meta-, etc.), it will be stripped off. The class will take care of prepending it when sending metadata to the server.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]