MappedPlatformLayerKey mapped = mapToChildForPut(key);
UntypedItemXml post = UntypedItemXml.build(data);
post.setPlatformLayerKey(mapped.key);
UntypedItem item = mapped.child.client.putItemByTag(mapped.key, uniqueTag, post.serialize(), format);
return mapped.child.setHost(item);
}
@Override
public UntypedItemCollection listChildren(PlatformLayerKey parent, boolean includeDeleted)