Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Google Cloud Datastore Sample

A sample demonstrating how to invoke Google Cloud Datastore from C#.

Links

Build and Run

  1. Follow the instructions in the root README.

  2. Enable APIs for your project. Click here to visit Cloud Platform Console and enable the Google Cloud Datastore API.

  3. Open Datastore.sln with Microsoft Visual Studio version 2015 or later.

  4. Build the Solution.

  5. From the command line, run TaskList.exe to see a list of subcommands:

    PS C:\...\TaskList\bin\Debug> .\tasklist
    Cloud Datastore Task List
    
    Usage:
      new <description>  Adds a task with a description <description>
      done <task-id>     Marks a task as done
      list               Lists all tasks by creation time
      delete <task-id>   Deletes a task
    >    

Contributing changes

Licensing