public PSTableGetPropertiesResource(TableGetPropertiesResource tableGetPropertiesResource)
 {
     Id    = tableGetPropertiesResource.Id;
     _rid  = tableGetPropertiesResource._rid;
     _ts   = tableGetPropertiesResource._ts;
     _etag = tableGetPropertiesResource._etag;
 }
        public PSTableGetPropertiesResource(TableGetPropertiesResource tableGetPropertiesResource)
        {
            if (tableGetPropertiesResource == null)
            {
                return;
            }

            Id    = tableGetPropertiesResource.Id;
            _rid  = tableGetPropertiesResource._rid;
            _ts   = tableGetPropertiesResource._ts;
            _etag = tableGetPropertiesResource._etag;
        }