~allenap/gwacl/list-instances-2

« back to all changes in this revision

Viewing changes to storage_base.go

  • Committer: Julian Edwards
  • Date: 2013-06-19 06:56:46 UTC
  • mto: This revision was merged to the branch mainline in revision 114.
  • Revision ID: julian.edwards@canonical.com-20130619065646-9g07szihgzd4cdaj
Add reference to API page on web

Show diffs side-by-side

added added

removed removed

Lines of Context:
459
459
}
460
460
 
461
461
// Send a request to add a range of data into a page blob.
 
462
// See http://msdn.microsoft.com/en-us/library/windowsazure/ee691975.aspx
462
463
func (context *StorageContext) PutPage(req *PutPageRequest) error {
463
464
    uri := addURLQueryParams(
464
465
        context.getFileURL(req.Container, req.Filename),