Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Permanently drop/delete a row range from a specified table. The request can specify whether to delete all rows in a table, or only those that match a particular prefix.
See: Cloud Bigtable Admin API Reference for bigtableadmin.projects.instances.tables.dropRowRange
.
Synopsis
- type ProjectsInstancesTablesDropRowRangeResource = "v2" :> (CaptureMode "name" "dropRowRange" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] DropRowRangeRequest :> Post '[JSON] Empty))))))))
- projectsInstancesTablesDropRowRange :: DropRowRangeRequest -> Text -> ProjectsInstancesTablesDropRowRange
- data ProjectsInstancesTablesDropRowRange
- pitdrrXgafv :: Lens' ProjectsInstancesTablesDropRowRange (Maybe Xgafv)
- pitdrrUploadProtocol :: Lens' ProjectsInstancesTablesDropRowRange (Maybe Text)
- pitdrrAccessToken :: Lens' ProjectsInstancesTablesDropRowRange (Maybe Text)
- pitdrrUploadType :: Lens' ProjectsInstancesTablesDropRowRange (Maybe Text)
- pitdrrPayload :: Lens' ProjectsInstancesTablesDropRowRange DropRowRangeRequest
- pitdrrName :: Lens' ProjectsInstancesTablesDropRowRange Text
- pitdrrCallback :: Lens' ProjectsInstancesTablesDropRowRange (Maybe Text)
REST Resource
type ProjectsInstancesTablesDropRowRangeResource = "v2" :> (CaptureMode "name" "dropRowRange" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] DropRowRangeRequest :> Post '[JSON] Empty)))))))) Source #
A resource alias for bigtableadmin.projects.instances.tables.dropRowRange
method which the
ProjectsInstancesTablesDropRowRange
request conforms to.
Creating a Request
projectsInstancesTablesDropRowRange Source #
Creates a value of ProjectsInstancesTablesDropRowRange
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsInstancesTablesDropRowRange Source #
Permanently drop/delete a row range from a specified table. The request can specify whether to delete all rows in a table, or only those that match a particular prefix.
See: projectsInstancesTablesDropRowRange
smart constructor.
Instances
Request Lenses
pitdrrXgafv :: Lens' ProjectsInstancesTablesDropRowRange (Maybe Xgafv) Source #
V1 error format.
pitdrrUploadProtocol :: Lens' ProjectsInstancesTablesDropRowRange (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pitdrrAccessToken :: Lens' ProjectsInstancesTablesDropRowRange (Maybe Text) Source #
OAuth access token.
pitdrrUploadType :: Lens' ProjectsInstancesTablesDropRowRange (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pitdrrPayload :: Lens' ProjectsInstancesTablesDropRowRange DropRowRangeRequest Source #
Multipart request metadata.
pitdrrName :: Lens' ProjectsInstancesTablesDropRowRange Text Source #
The unique name of the table on which to drop a range of rows. Values are of the form `projects//instances//tables/ `.